mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
36 lines
485 B
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;
|
|
}
|
|
}
|