'headernav'
This commit is contained in:
parent
86f7d3f838
commit
cfe1ac1212
|
@ -20,9 +20,8 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
@media (min-width: 769px) {
|
display: none!important;
|
||||||
display: none!important;
|
|
||||||
}
|
|
||||||
@media (min-width: $screen-sm){
|
@media (min-width: $screen-sm){
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -398,7 +397,7 @@ a#content{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.header-nav{
|
.header-nav{
|
||||||
@media(min-width: 480px){
|
@media(min-width: 80px){
|
||||||
display: flex!important;
|
display: flex!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -140,8 +140,8 @@
|
||||||
|
|
||||||
.controlplay{
|
.controlplay{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1em;
|
right: 2em;
|
||||||
top: 3%;
|
bottom: 3%;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -168,7 +168,6 @@
|
||||||
content:"\f04c"
|
content:"\f04c"
|
||||||
}
|
}
|
||||||
@media(max-width: $screen-sm) {
|
@media(max-width: $screen-sm) {
|
||||||
right: 0;
|
|
||||||
a { padding: 0 5px;}
|
a { padding: 0 5px;}
|
||||||
a i { font-size: 0.75em; }
|
a i { font-size: 0.75em; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue