Merge branch 'custom-role-saving' of https://github.com/AlecM33/Werewolf into custom-role-saving

This commit is contained in:
Alec Maier
2020-04-12 16:37:27 -04:00
7 changed files with 155 additions and 47 deletions

View File

@@ -9,10 +9,19 @@
margin: 0.3em 0;
}
#game-container #card-container {
min-width: 20em;
}
h3 {
font-size: 20px;
}
#game-container {
flex-direction: column;
}
#app-content {
width: 92%;
}
@@ -122,6 +131,9 @@
.card-header > p {
right: 17px;
top: 30px;
#game-container #card-container {
min-width: 25em;
}
.app-header-secondary {
@@ -973,7 +985,7 @@ label {
border-radius: 3px;
height: 23em;
margin: 0 auto 2em auto;
width: 72%;
width: 100%;
box-shadow: 0 13px 17px rgba(0,0,0,0.6);
perspective: 1000px;
transform-style: preserve-3d;
@@ -1100,7 +1112,7 @@ label {
#clock {
font-size: 1.5em;
width: 3.8em;
margin-bottom: 0.5em;
margin: 0 0.5em 0.5em 0;
}
#flip-instruction {
@@ -1115,6 +1127,20 @@ label {
justify-content: center;
}
#game-container {
display: flex;
justify-content: center;
align-items: center;
}
#game-container .killed-player, #game-container .alive-player {
background-color: #494f52;
border-radius: 5px;
padding: 5px;
filter: drop-shadow(3px 10px 10px rgba(0,0,0,0.6));
margin: 0.3em;
}
#play-pause {
width: 2.5em;
height: 2.5em;