Files
roll20-character-sheets/Godbound/css/base.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;
}