diff --git a/css/backoffice/components/_toolbar.scss b/css/backoffice/components/_toolbar.scss index 5ba69bd0f7..ed39a2d8bc 100644 --- a/css/backoffice/components/_toolbar.scss +++ b/css/backoffice/components/_toolbar.scss @@ -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; - } }