N°2844 - Toolbar: Remove margins from SCSS partial as they will be part of the block integration (post beta)

This commit is contained in:
Molkobain
2021-03-04 15:06:11 +01:00
parent 824fc19323
commit 101a100c1f

View File

@@ -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;
}
}