"web/git@code.osu.edu:asc-web-services/drupal-upstream.git" did not exist on "5cda1039c66a8177541f1461e6b959565e00243e"
Newer
Older
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Header
// --------------------------------------------------
#header-logos {
Brian Canini
committed
padding: 0 15px;
Brian Canini
committed
height: 150px;
line-height: 150px;
height: inherit;
img {
max-width: 100%;
max-height: inherit;
}
height: inherit;
Brian Canini
committed
text-align: right;
img {
max-width: 100%;
max-height: inherit;
}
}
@media (max-width: 768px) {
display: none;
}
}
#header-logos-mobile {
display: none;
text-align: center;
.dep-logo {
width: 100%;
height: inherit;
max-width: 100%;
max-height: inherit;
width: 100%;
height: inherit;
max-width: 100%;
max-height: inherit;
}
}
@media (max-width: 768px) {
display: block;
}
Brian Canini
committed
// --------------------------------------------------
//## Search Form.
.search-block-form {
display: none;
width: 50%;
float: right;
.input-group {
width: 100%;
.form-control:first-child {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
}
.button {
display: none;
}
.help-block {
display: none;
}
@media (max-width: 768px) {
width: 100%;
padding: 15px 10px 0px;
background: #373535;
margin: 0px 0px 10px;
}
}
.search-icon {
float: right !important;
cursor: $point;
.active-search {
min-height: 40px;
}
@media (max-width: 768px) {
display: none;
}
.search-icon-mobile {
display: none;
float: right;
font-size: 24px;
margin: 5px 15px;
Brian Canini
committed
a {
color: $white;
}
Brian Canini
committed
@media (max-width: 768px) {
display: block;
Brian Canini
committed
}
}