mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°4283 Replace hardcoded spacing values by SCSS spacing variables
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
$ibo-toolbar-vertical-separator--width: 1px !default;
|
||||
$ibo-toolbar-vertical-separator--height: 16px !default;
|
||||
$ibo-toolbar-vertical-separator--margin-x: 0.75rem !default;
|
||||
$ibo-toolbar-vertical-separator--margin-y: 0 !default;
|
||||
$ibo-toolbar-vertical-separator--margin-y: $ibo-spacing-0 !default;
|
||||
$ibo-toolbar-vertical-separator--border-size: 1px !default;
|
||||
$ibo-toolbar-vertical-separator--border-color: $ibo-color-grey-500 !default;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
$ibo-toolbar--button-margin-top: 16px !default;
|
||||
$ibo-toolbar--button-margin-top: $ibo-spacing-500 !default;
|
||||
|
||||
.ibo-toolbar {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user