mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 20:40:01 +00:00
Style open modal
This commit is contained in:
34
src/styles/_input.scss
Normal file
34
src/styles/_input.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
.maputnik-base {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
font-size: $font-size-6;
|
||||
line-height: 2;
|
||||
padding-left: $margin-2;
|
||||
padding-right: $margin-2;
|
||||
}
|
||||
.maputnik-input {
|
||||
@extend .maputnik-base;
|
||||
border: none;
|
||||
background-color: $color-gray;
|
||||
color: $color-lowgray;
|
||||
}
|
||||
.maputnik-string {
|
||||
@extend .maputnik-input;
|
||||
width: 50%;
|
||||
}
|
||||
.maputnik-number {
|
||||
@extend .maputnik-input;
|
||||
}
|
||||
|
||||
//COLOR PICKER
|
||||
.maputnik-color {
|
||||
@extend .maputnik-input;
|
||||
}
|
||||
.maputnik-color-wrapper {
|
||||
position: relative;
|
||||
display: inline;
|
||||
}
|
||||
.maputnik-color-picker-offset {
|
||||
}
|
||||
.maputnik-color-picker-overlay {
|
||||
}
|
||||
Reference in New Issue
Block a user