mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-12 01:52:32 +00:00
adjust prof and exhaustion sizing
This commit is contained in:
@@ -82,11 +82,11 @@
|
||||
.sheet-proficiency-bonus,
|
||||
.sheet-inspiration,
|
||||
.sheet-exhaustion {
|
||||
margin-left: 3px;
|
||||
margin-left: 4px;
|
||||
|
||||
.sheet-wrap-box-title {
|
||||
margin-bottom: 4px;
|
||||
margin-top: 5px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,11 +94,11 @@
|
||||
.sheet-proficiency-bonus-wrapper,
|
||||
.sheet-exhaustion-wrapper {
|
||||
border: 1px solid $black;
|
||||
height: 29px;
|
||||
left: -6px;
|
||||
height: 28px;
|
||||
left: -7px;
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
width: 30px !important;
|
||||
width: 28px !important;
|
||||
}
|
||||
|
||||
.sheet-proficiency-bonus-wrapper,
|
||||
|
||||
@@ -41,6 +41,10 @@ hr {
|
||||
.sheet-wrap-box-title {
|
||||
margin-top: 4px;
|
||||
text-shadow: -1px 0 $white, 0 1px $white, 1px 0 $white, 0 -1px $white;
|
||||
|
||||
.sheet-wrapper-button & {
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.sheet-wrap-box-label {
|
||||
|
||||
Reference in New Issue
Block a user