Files
iTop/datamodels/2.x/itop-core-update/css/itop-core-update.scss

36 lines
485 B
SCSS

/*!
* @copyright Copyright (C) 2010-2023 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
$link-hover-color: #EA7D1E !default;
fieldset {
margin-top: 0;
legend {
margin-top: 0;
}
~ fieldset {
margin-top: 13px;
}
p, div {
margin: 7px 0;
}
}
#progress {
margin: 5px auto;
display:block;
width: 280px;
height: 20px;
line-height: 20px;
text-align: center;
.progress {
margin: 0;
}
.text {
margin: 0;
}
}