N°2847 - FieldSet, MultiColumn, Tab for object details CSS

This commit is contained in:
Eric
2020-09-24 10:45:14 +02:00
parent 7bf473d2a3
commit ecd5a7aadf
13 changed files with 168 additions and 54 deletions

View File

@@ -4,8 +4,11 @@
*/
.ibo-tab-container {
//border: 1px solid $ibo-color-grey-400;
//border-radius: 5px;
}
.ibo-tab-container-header {
background: $ibo-color-grey-100;
}
.ibo-tab-header {

View File

@@ -2,3 +2,26 @@
* copyright Copyright (C) 2010-2020 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-title {
color: $ibo-color-grey-900;
.ibo-title--icon {
display: inline-block;
vertical-align: middle;
}
.ibo-title--content {
display: inline-block;
vertical-align: middle;
}
.ibo-title--emphasis {
}
.ibo-title--for-object-details {
@extend %ibo-font-ral-med-350;
}
}