some small style improvements in thirdparty section

This commit is contained in:
2021-12-06 14:25:00 +01:00
parent ce171ec747
commit 0617014e91
8 changed files with 65 additions and 42 deletions

View File

@@ -10,7 +10,20 @@
background-color: $chill-blue;
}
&.bg-thirdparty-contact {
//@extedn .bg-secondary;
//@extend .bg-secondary;
background-color: $secondary;
}
}
///
div.thirdparty-list {
div.flex-table {
div.item-bloc {
div.item-row {
div.item-col:first-child {
flex-basis: 25%;
}
}
}
}
}