mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 15:08:45 +02:00
Introduce vertical separator for toolbar blocks
This commit is contained in:
21
css/backoffice/components/toolbar/_toolbar.scss
Normal file
21
css/backoffice/components/toolbar/_toolbar.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
/*!
|
||||
* copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
$ibo-toolbar--button-margin-top: 16px !default;
|
||||
|
||||
.ibo-toolbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&.ibo-toolbar--action {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&.ibo-toolbar--button {
|
||||
@extend %ibo-vertically-centered-content;
|
||||
margin-top: $ibo-toolbar--button-margin-top;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user