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 {
background-color: #ffffff;
color: #402080;
box-shadow: 0 0 10px #ffffff;
}
}

View File

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