Cleaned up duplicate CSS
This commit is contained in:
parent
97b65cab50
commit
44a7981582
2 changed files with 2 additions and 16 deletions
|
@ -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;
|
||||
|
|
|
@ -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'] {
|
||||
|
|
Loading…
Reference in a new issue