Files
roll20-character-sheets/Without Numbers/Source/scss/repeating_sections.scss
T
2024-03-17 18:19:30 +00:00

64 lines
786 B
SCSS

.repcontrol {
display: flex;
margin-top: 4px;
button {
padding: 3px 10px;
}
}
.repcontrol_edit {
order: 1;
margin-left: auto;
}
.repcontrol button {
box-shadow: none;
text-shadow: none;
}
.repcontrol_move,
.repcontrol_del {
padding: 1px 10px;
}
.itemcontrol {
z-index: 100;
}
.simple-repsection {
.repitem {
margin-bottom: 5px;
}
textarea {
margin: 3px 0 0;
height: 50px;
}
.display {
.name {
font-weight: bold;
font-size: 1.1em;
border-bottom: 1px solid;
}
.details {
line-height: 1.4;
text-align: justify;
$gray-50-space: pre-wrap;
}
}
}
.rep-grid {
align-items: start;
display: grid;
grid-column-gap: 3px;
margin-bottom: 3px;
.text-input {
padding: 0;
}
}