dialog test v2

This commit is contained in:
Vlyan
2020-12-11 23:31:34 +01:00
parent 8f59902130
commit 139e5f5640
5 changed files with 279 additions and 98 deletions

File diff suppressed because one or more lines are too long

View File

@@ -18,11 +18,73 @@
display: inline-block;
}
// Dice Picker
.dice-picker-dialog {
.profil {
float: left;
// Utility
* {
transition: none;
}
.dices {
float: right;
input[type="text"]:focus,
input[type="text"]:hover {
box-shadow: none !important;
border: none !important;
text-shadow: none !important;
}
img {
border: 0;
}
table {
.profil {
width: 200px;
}
.rings {
width: 240px;
}
.skill {
width: 200px;
}
}
// Approach choice
.ring-selection {
filter: contrast(10%);
&.ring-selected {
filter: drop-shadow(1px 1px 0 #151515);
//text-shadow: 1px 1px 0 #efefef;
}
}
.quantity {
font-size: xx-large;
}
.center {
text-align: center;
}
.third {
float: left;
width: 33.333333333%;
}
#ring_value {
width: 20px;
position: relative;
left: +34px;
top: -14px;
color: #f0f0e0;
background: none;
border: none;
font-size: large;
}
#skill_value {
width: 20px;
position: relative;
left: +34px;
top: -13px;
color: #0f0f0e;
background: none;
border: none;
font-size: large;
}
}