mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°2844 - Toolbar: Remove margins from SCSS partial as they will be part of the block integration (post beta)
This commit is contained in:
@@ -4,11 +4,8 @@
|
||||
*/
|
||||
|
||||
$ibo-toolbar--button-margin-top: 16px !default;
|
||||
$ibo-toolbar--margin: 6px 0 !default;
|
||||
|
||||
.ibo-toolbar {
|
||||
margin: $ibo-toolbar--margin;
|
||||
|
||||
&.ibo-toolbar--action {
|
||||
position: relative;
|
||||
}
|
||||
@@ -17,10 +14,5 @@ $ibo-toolbar--margin: 6px 0 !default;
|
||||
@extend %ibo-vertically-centered-content;
|
||||
margin-top: $ibo-toolbar--button-margin-top;
|
||||
}
|
||||
|
||||
&.ibo-toolbar-top{
|
||||
padding-left: calc(90px + 64px);
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user