N°2847 - FieldSet, MultiColumn, Tab CSS

This commit is contained in:
Eric
2020-09-23 14:51:18 +02:00
parent 98d2e42bad
commit 7bf473d2a3
12 changed files with 279 additions and 193 deletions

View File

@@ -2,3 +2,33 @@
* copyright Copyright (C) 2010-2020 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-tab-container {
//border: 1px solid $ibo-color-grey-400;
//border-radius: 5px;
}
.ibo-tab-header {
a {
@extend %ibo-font-ral-med-200;
color: $ibo-color-grey-700;
:hover {
color: $ibo-color-grey-900;
}
}
&.ui-state-active a {
color: $ibo-color-blue-800;
@extend %ibo-font-ral-bol-200;
:hover {
color: $ibo-color-blue-800;
}
}
}
.ibo-tab-content {
background: $ibo-color-white-100;
}