fix(toolbar): css hacks to raise notifications

This commit is contained in:
Leonard Kim
2018-03-28 10:43:11 -07:00
committed by hristoterezov
parent eb69fb69cb
commit b4eae56eed

View File

@@ -19,6 +19,17 @@
vertical-align: middle;
}
.use-new-toolbox {
.cxGWJB{
bottom: calc(#{$newToolbarSize} + 15px);
}
.gXSEsl:nth-child(n+2) {
transform: translateX(0) translateY(100%) translateY(calc(#{$newToolbarSize} + 25px));
-ms-transform: translateX(0) translateY(100%) translateY(calc(#{$newToolbarSize} + 25px));
-webkit-transform: translateX(0) translateY(100%) translateY(calc(#{$newToolbarSize} + 25px));
}
}
.toolbar-container {
display: block;
left:0;