Update Style for sheet, item list and tab + update ui + add svg dice
Update Style for sheet, item list and tab Update ui Add svg dice
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
//SCSS
|
||||
// dices.scss
|
||||
// -- Dices.scss
|
||||
|
||||
.dice-roll {
|
||||
.dice-formula,
|
||||
.dice-total {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
}
|
||||
|
||||
// Dice in chat
|
||||
.chat-dice > img {
|
||||
@@ -26,6 +33,7 @@
|
||||
font-size: 40px;
|
||||
position: relative;
|
||||
top: 8px;
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
&-element {
|
||||
flex-wrap: wrap;
|
||||
@@ -79,10 +87,17 @@
|
||||
|
||||
// Approach choice
|
||||
.ring-selection {
|
||||
filter: contrast(10%);
|
||||
|
||||
&.ring-selected {
|
||||
filter: drop-shadow(1px 1px 0 #151515);
|
||||
i {
|
||||
text-shadow: 0px 2px 2px $red;
|
||||
}
|
||||
strong {
|
||||
color: $red;
|
||||
text-decoration: underline;
|
||||
}
|
||||
input {
|
||||
border: 2px solid $red !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user