nidus-sync/scss/sync/pool-csv-upload.scss

17 lines
263 B
SCSS
Raw Permalink Normal View History

.schema-table {
font-size: 0.9rem;
}
.upload-area {
border: 2px dashed #dee2e6;
padding: 2rem;
text-align: center;
margin: 1.5rem 0;
border-radius: 5px;
background-color: #f8f9fa;
}
.required-field::after {
content: "*";
color: red;
margin-left: 3px;
}