mirror of
https://github.com/maputnik/editor.git
synced 2026-07-30 17:57:26 +00:00
All important stuff is in CSS now
This commit is contained in:
+15
-3
@@ -24,9 +24,10 @@ html {
|
||||
|
||||
p {
|
||||
font-size: $font-size-6;
|
||||
padding-top: $margin-2;
|
||||
padding-bottom: $margin-2;
|
||||
margin-top: $margin-2;
|
||||
margin-bottom: $margin-2;
|
||||
color: $color-lowgray;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -49,10 +50,21 @@ h4 {
|
||||
margin-bottom: $margin-3;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
input {
|
||||
height: 24px;
|
||||
}
|
||||
input:focus, select:focus {
|
||||
color: $color-white !important;
|
||||
outline: #8e8e8e auto 1px !important;
|
||||
}
|
||||
label:hover {
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
&:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user