Settings angepasst

This commit is contained in:
silas
2018-09-30 18:05:41 +02:00
parent ac32aa83dd
commit 4b6e965e68
17 changed files with 91 additions and 361 deletions

View File

@@ -76,6 +76,10 @@ body {
#site-content > :not(.won) .segment.locked.layer-2 {
border-color: #565656;
}
.modal{
border: 1px solid white;
border-radius: 2px;
}
}
&.black{
#site-content > :not(.won) .segment.locked {

View File

@@ -353,4 +353,8 @@ body {
content: "";
max-width: 1.4em;
background: url('../img/speaker.svg')
}
.clickable{
cursor: pointer;
}