Files
iTop/css/backoffice/components/_fieldset.scss
2020-09-23 14:51:18 +02:00

21 lines
328 B
SCSS

/*!
* copyright Copyright (C) 2010-2020 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-fieldset {
& ~ .ibo-fieldset {
margin-top: 20px;
}
}
.ibo-fieldset-legend {
@extend %ibo-font-ral-med-250;
}
.ibo-fieldset-legend-separator {
height: 2px;
background: $ibo-color-grey-500;
}