mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
15 lines
399 B
SCSS
15 lines
399 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-input--spacing-left--with-label: $ibo-spacing-300 !default;
|
|
|
|
|
|
/* Input reset */
|
|
/* - Standard spacing between label and input */
|
|
select + label, label + select, label > select,
|
|
input + label, label + input, label > input {
|
|
margin-left: $ibo-input--spacing-left--with-label;
|
|
}
|