working on dice picker v2

This commit is contained in:
Vlyan
2020-12-12 19:58:17 +01:00
parent 91151817cc
commit a41f074cb8
7 changed files with 233 additions and 51 deletions

File diff suppressed because one or more lines are too long

View File

@@ -18,6 +18,25 @@
display: inline-block;
}
.chat-profil {
text-align: center;
vertical-align: middle;
&-stance {
font-size: 40px;
position: relative;
top: 8px;
}
&-element {
flex-wrap: wrap;
flex-grow: 1;
&-skill {
flex-grow: 3;
}
}
}
// Dice Picker
.dice-picker-dialog {
// Utility
@@ -80,6 +99,11 @@
.dice-container {
position: relative;
text-align: center;
& > img {
height: 40px;
width: 40px;
}
}
.dice-value {
@@ -89,19 +113,19 @@
transform: translate(-50%, -50%);
}
.dice-ring {
width: 20px;
color: #f0f0e0;
background: none;
border: none;
font-size: large;
}
.dice-skill {
.input-dice {
width: 20px;
color: #0f0f0e;
background: none;
border: none;
font-size: large;
&-ring {
color: #f0f0e0;
}
&-skill {
color: #0f0f0e;
}
}
}