Add files via upload

This commit is contained in:
Lockbox313
2022-03-08 15:43:00 +00:00
committed by GitHub
parent e289d59cbf
commit abcc2b2602
+13 -10
View File
@@ -18,7 +18,8 @@
border-radius: 0;
display: inline-block;
font-size: 19px;
width: 100%;
width: 16px;
height: 19px;
}
button[type=roll]::before {
@@ -112,23 +113,26 @@ button[type=roll].sheet-roll-button::before {
min-width: 100%;
width: 100%;
}
.sheet-rolltemplate-basic{
color:black!important;
}
.sheet-rolltemplate-basic .inlinerollresult {
background-color: transparent;
border:none;
background-color: transparent!important;
border:none!important;
}
.sheet-rolltemplate-basic .inlinerollresult.importantroll {
border:none;
border:none!important;
}
.sheet-rolltemplate-basic .inlinerollresult.fullcrit {
border:none;
border:none!important;
}
.sheet-rolltemplate-basic .inlinerollresult.fullfail {
border:none;
border:none!important;
}
@@ -430,9 +434,8 @@ button[type=roll].sheet-roll-button::before {
font-size: 0.7rem;
font-style: italic;
position: absolute;
left: 1.6rem;
top: -1.1rem;
}
left: 21px;
top: -8px;
.sheet-hex .sheet-weapon-isranged ~ .sheet-ranged-stats {
display: none;