Remove newline
This commit is contained in:
parent
4c7914c74b
commit
0fe3951366
5 changed files with 5 additions and 5 deletions
|
@ -235,4 +235,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -15,4 +15,4 @@
|
||||||
.page__footer {
|
.page__footer {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -184,4 +184,4 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||||
textarea {
|
textarea {
|
||||||
overflow: auto; /* remove vertical scrollbar in IE6-9*/
|
overflow: auto; /* remove vertical scrollbar in IE6-9*/
|
||||||
vertical-align: top; /* readability and alignment cross-browser*/
|
vertical-align: top; /* readability and alignment cross-browser*/
|
||||||
}
|
}
|
|
@ -467,4 +467,4 @@ a.reversefootnote {
|
||||||
.required {
|
.required {
|
||||||
color: $danger-color;
|
color: $danger-color;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
2
_sass/vendor/magnific-popup/_settings.scss
vendored
2
_sass/vendor/magnific-popup/_settings.scss
vendored
|
@ -43,4 +43,4 @@ $mfp-caption-subtitle-color: #bdbdbd; // Caption sub
|
||||||
.mfp-counter { font-family: $serif; } // Caption font family
|
.mfp-counter { font-family: $serif; } // Caption font family
|
||||||
|
|
||||||
// A11y
|
// A11y
|
||||||
$mfp-use-visuallyhidden: false;
|
$mfp-use-visuallyhidden: false;
|
Loading…
Reference in a new issue