mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
13 lines
339 B
SCSS
13 lines
339 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-input-duration--width: unset !default;
|
|
$ibo-input-duration--text-align: right !default;
|
|
|
|
.ibo-input-duration{
|
|
display: inline-block;
|
|
width: $ibo-input-duration--width;
|
|
text-align: $ibo-input-duration--text-align;
|
|
} |