mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 22:24:12 +01:00
19 lines
363 B
SCSS
19 lines
363 B
SCSS
/*!
|
|
* copyright Copyright (C) 2010-2020 Combodo SARL
|
|
* license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-toolbar--button-margin-top: 16px !default;
|
|
|
|
.ibo-toolbar {
|
|
&.ibo-toolbar--action {
|
|
position: relative;
|
|
}
|
|
|
|
&.ibo-toolbar--button {
|
|
@extend %ibo-vertically-centered-content;
|
|
margin-top: $ibo-toolbar--button-margin-top;
|
|
}
|
|
}
|
|
|