mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
64 lines
786 B
SCSS
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;
|
|
}
|
|
}
|