Poprawiono responsywność karty pociągów

This commit is contained in:
2021-05-24 22:25:31 +02:00
parent eeb9236b65
commit 70247475de
3 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -70,10 +70,10 @@ export default class SelectBox extends Vue {
cursor: pointer;
transition: all 0.3s;
&:focus {
+ span > img {
transform: rotate(180deg);
}
background: #5c5c5c;
}
}