mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
735 B
SCSS
47 lines
735 B
SCSS
.templatesList {
|
|
display: grid;
|
|
grid-template-columns: max-content max-content max-content max-content max-content max-content max-content;
|
|
gap: 0px;
|
|
border-left: 1px solid #000;
|
|
}
|
|
|
|
.templatesListHeader > div {
|
|
border-top: 1px solid #000;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.templatesListRow {
|
|
display: contents;
|
|
}
|
|
|
|
.templatesListRow > div {
|
|
border-right: 1px solid #000;
|
|
border-bottom: 1px solid #000;
|
|
padding: 1px;
|
|
}
|
|
|
|
.templateCoord {
|
|
width: 50px;
|
|
}
|
|
|
|
.templateImagePreview {
|
|
max-width: 480px;
|
|
}
|
|
|
|
.templateUpdateErrors {
|
|
color: #c00;
|
|
}
|
|
|
|
.newTemplateFormFields {
|
|
display: grid;
|
|
grid-template-columns: max-content max-content;
|
|
gap: 1px;
|
|
}
|
|
|
|
.newTemplateFieldLabelContainer {
|
|
display: contents;
|
|
}
|
|
|
|
.newTemplateMidText {
|
|
margin: 2px;
|
|
} |