a small relational database with user-editable schema for manual data entry
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
362 B

@import "spectre/src/spectre";
@import "spectre/src/spectre-exp";
@import "spectre/src/spectre-icons";
@import "icons-extra";
@import "spectre-patches";
body {
max-width: 976px;
margin: 0 auto;
}
@import "spectre/src/variables";
table.object-display {
margin-bottom: $unit-3;
tbody th {
width: 225px;
}
}
.hidden {
display: none !important;
}