Added attribute rolls

This commit is contained in:
Sebastian Fischlmayr 2022-09-30 15:15:24 +02:00
parent 395bfa1616
commit 0abccf3f48
Signed by: Maverick
GPG key ID: 6379E413924A4E77
15 changed files with 440 additions and 45 deletions

View file

@ -28,6 +28,17 @@
padding: 0px;
text-align: center;
vertical-align: middle;
&[type=roll] {
background-color: #550000;
border: 0;
width: 1.5em;
height: 1.5em;
background-image: none;
color: white;
border-radius: 8px;
box-shadow: none;
}
}
input {
@ -141,6 +152,7 @@
padding: 2em;
width: auto;
min-height: 100%;
height: fit-content;
}
.tab {
@ -150,7 +162,8 @@
outline-style: double;
outline-color: #550000;
width: 100%;
height: 40em;
min-height: 40em;
height: fit-content;
display: none;
}