Cleaned up duplicate CSS

This commit is contained in:
Oleg Lavrovsky 2017-05-05 14:54:42 +02:00
parent 97b65cab50
commit 44a7981582
2 changed files with 2 additions and 16 deletions

View file

@ -50,6 +50,7 @@ article footer .btn {
}
}
// Base style for social network buttons as used in header
.social-networks > a {
width: 14px; height: 14px;
font-size: 0px !important;

View file

@ -1,4 +1,4 @@
// Contact page
// Contact page form
#contact-page {
form {
@ -32,21 +32,6 @@
}
// Footer search form
#search-form {
input {
float: left;
width: auto;
color: white;
}
button {
background: none; border: none;
padding-top: 0.5em;
}
}
// Search result form
#search-page {
input[type='text'] {