This commit is contained in:
Settel 2021-08-27 14:50:39 +02:00
parent be0279fe89
commit 28b9479270
2 changed files with 3 additions and 2 deletions

View File

@ -62,6 +62,7 @@ export default {
&__selected:hover { &__selected:hover {
background-color: #ffffff; background-color: #ffffff;
color: #402080; color: #402080;
box-shadow: 0 0 10px #ffffff;
} }
} }

View File

@ -28,9 +28,9 @@ export default {
&__container { &__container {
position: absolute; position: absolute;
left: 10%; left: 15%;
top: 10%; top: 10%;
width: 80%; width: 70%;
height: 80%; height: 80%;
} }