mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
31 lines
478 B
SCSS
31 lines
478 B
SCSS
.sheet-container {
|
|
font-size: 0.75em;
|
|
|
|
&::after {
|
|
content: "";
|
|
top: 45px;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
position: absolute;
|
|
z-index: -1;
|
|
height: 600%;
|
|
background: url("http://i.imgur.com/BLb0XMU.jpg");
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
|
|
.sheet-spacer {
|
|
clear: both;
|
|
min-height: 2em;
|
|
max-height: 2em;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-version-container {
|
|
clear: both;
|
|
width: 100%;
|
|
border-top: 1px solid black;
|
|
margin-top: 20px;
|
|
}
|