Elements promoting the survey inside Maputnik
This commit is contained in:
Gregory Wolanski
2018-06-25 19:52:48 +02:00
parent 9208115981
commit b7a97cf8ee
10 changed files with 3314 additions and 3158 deletions

View File

@@ -56,6 +56,7 @@
border-width: 0;
border-radius: 2px;
box-sizing: border-box;
text-decoration: none;
&:hover {
background-color: lighten($color-midgray, 12);
@@ -70,6 +71,25 @@
font-size: $font-size-5;
}
.maputnik-wide-button {
padding: $margin-2 $margin-3;
}
.maputnik-green-button {
background-color: $color-green;
color: $color-black;
}
.maputnik-green-hover-button:hover, .maputnik-green-hover-button:focus {
background-color: $color-green;
color: $color-white;
}
.maputnik-white-button {
background-color: $color-white;
color: $color-black;
}
.maputnik-icon-button {
background-color: transparent;
@@ -135,9 +155,3 @@
color: $color-red;
}
}
.maputnik-dialog {
&__buttons {
text-align: right;
}
}