Removed .css from .css.scss from files which were causing deprecation warning
This commit is contained in:
parent
0ee0da1898
commit
8e91f51940
11 changed files with 3 additions and 3 deletions
35
app/assets/stylesheets/osem-navbar.scss
Normal file
35
app/assets/stylesheets/osem-navbar.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue