fix genre icon
This commit is contained in:
parent
ac2c8f9952
commit
dc76dbcd0c
3 changed files with 11 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
@ -36,7 +36,7 @@
|
|||
"isEntry": true
|
||||
},
|
||||
"resources/scss/app.scss": {
|
||||
"file": "assets/app-Ohoi9Gxh.css",
|
||||
"file": "assets/app-3G2-6e3D.css",
|
||||
"src": "resources/scss/app.scss",
|
||||
"isEntry": true
|
||||
},
|
||||
|
|
|
@ -191,15 +191,18 @@
|
|||
|
||||
.header .main-menu li.menu_has_children.open > a {
|
||||
color: $primary;
|
||||
@media (max-width: 1199px) {
|
||||
|
||||
.si {
|
||||
-webkit-transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
color: $primary;
|
||||
transition: all 0.3s;
|
||||
.si {
|
||||
-webkit-transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
color: $primary;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.header .main-menu li a {
|
||||
|
|
Loading…
Reference in a new issue