Removed .css from .css.scss from files which were causing deprecation warning

This commit is contained in:
Naman Gupta 2018-01-11 18:07:37 +05:30 committed by James Mason
parent 0ee0da1898
commit 8e91f51940
11 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,35 @@
@import "breakpoints.scss";
.nav-osem {
border: none;
@include breakpoint(xs) {
.navbar-collapse {
background-color: white;
border-bottom: 2px solid #efefef;
}
.navbar-nav > li > a {
color: black;
}
.navbar-collapse.in {
overflow: hidden;
max-height: none;
}
.navbar-toggle .icon-bar {
background-color: white;
}
.navbar-nav .open .dropdown-toggle:focus {
color: black;
background-color: #eeeeee;
}
.btn-group {
width: 100%;
text-align: center;
}
.navbar-nav .open .dropdown-menu > li > a {
color: black;
}
}
.dropdown-menu {
padding: 17px;
min-width: 225px;
}
}