mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 06:27:25 +00:00
Add vendor prefixes
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
font-size: $font-size-5;
|
||||
color: $color-lowgray;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: -ms-flexbox;
|
||||
@include vendor-prefix(flex-direction, row)
|
||||
|
||||
> * {
|
||||
vertical-align: middle;
|
||||
@@ -39,7 +40,8 @@
|
||||
background-color: $color-black;
|
||||
line-height: 1.3;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: -ms-flexbox;
|
||||
@include vendor-prefix(flex-direction, row)
|
||||
}
|
||||
|
||||
&-icon-action svg {
|
||||
@@ -80,7 +82,8 @@
|
||||
user-select: none;
|
||||
padding: $margin-2;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: -ms-flexbox;
|
||||
@include vendor-prefix(flex-direction, row)
|
||||
line-height: 20px;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user