Dodan scss za mobile
This commit is contained in:
parent
7de084028a
commit
3e4a4c2aea
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,25 @@
|
|||||||
|
@media screen and (max-width: 991px) {
|
||||||
|
.nav-menu .region-header-menu,
|
||||||
|
.nav-menu .desni-elementi {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.nav-menu .menu-icon {
|
||||||
|
display: block !important;
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
.nav-menu .menu-icon img {
|
||||||
|
height: 35px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 479px) {
|
||||||
|
.nav-menu .menu-icon {
|
||||||
|
margin-right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-nav-menu {
|
||||||
|
min-width: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*# sourceMappingURL=style_mobile.css.map */
|
@ -2,6 +2,7 @@ global-styling:
|
|||||||
css:
|
css:
|
||||||
theme:
|
theme:
|
||||||
css/style.css: {}
|
css/style.css: {}
|
||||||
|
css/style_mobile.css: {}
|
||||||
# css/pro1ka_compiled.css: {}
|
# css/pro1ka_compiled.css: {}
|
||||||
|
|
||||||
js:
|
js:
|
||||||
|
@ -388,34 +388,3 @@ nav.tabs {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 991px) {
|
|
||||||
.nav-menu {
|
|
||||||
.region-header-menu,
|
|
||||||
.desni-elementi {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-icon {
|
|
||||||
display: block !important;
|
|
||||||
margin-top: 15px;
|
|
||||||
|
|
||||||
img {
|
|
||||||
height: 35px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 479px) {
|
|
||||||
.nav-menu {
|
|
||||||
.menu-icon {
|
|
||||||
margin-right: 25px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-nav-menu{
|
|
||||||
min-width: unset;
|
|
||||||
}
|
|
||||||
}
|
|
@ -0,0 +1,3 @@
|
|||||||
|
@media (max-width: 1100px) {
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
@media screen and (max-width: 479px) {
|
||||||
|
.nav-menu {
|
||||||
|
.menu-icon {
|
||||||
|
margin-right: 25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-nav-menu{
|
||||||
|
min-width: unset;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,18 @@
|
|||||||
|
@media screen and (max-width: 991px) {
|
||||||
|
.nav-menu {
|
||||||
|
.region-header-menu,
|
||||||
|
.desni-elementi {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-icon {
|
||||||
|
display: block !important;
|
||||||
|
margin-top: 15px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: 35px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
@import "mobile/max_width_1100";
|
||||||
|
@import "mobile/max_width_991";
|
||||||
|
@import "mobile/max_width_767";
|
||||||
|
@import "mobile/max_width_479";
|
Loading…
x
Reference in New Issue
Block a user