fix genre icon

This commit is contained in:
Constantin Plaiasu 2024-09-02 16:33:48 +03:00
parent ac2c8f9952
commit dc76dbcd0c
3 changed files with 11 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,7 @@
"isEntry": true "isEntry": true
}, },
"resources/scss/app.scss": { "resources/scss/app.scss": {
"file": "assets/app-Ohoi9Gxh.css", "file": "assets/app-3G2-6e3D.css",
"src": "resources/scss/app.scss", "src": "resources/scss/app.scss",
"isEntry": true "isEntry": true
}, },

View file

@ -191,15 +191,18 @@
.header .main-menu li.menu_has_children.open > a { .header .main-menu li.menu_has_children.open > a {
color: $primary; color: $primary;
@media (max-width: 1199px) {
.si { .si {
-webkit-transform: rotate(180deg); -webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg); -ms-transform: rotate(180deg);
transform: rotate(180deg); transform: rotate(180deg);
color: $primary; color: $primary;
transition: all 0.3s; transition: all 0.3s;
}
} }
} }
.header .main-menu li a { .header .main-menu li a {