feat(easel): add bootstrap
This commit is contained in:
9
static/src/main.scss
Normal file
9
static/src/main.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
$bootstrap-icons-font-dir: "bootstrap-icons/font/fonts";
|
||||
@import "bootstrap-icons/font/bootstrap-icons";
|
||||
|
||||
.table.table-compact {
|
||||
td {
|
||||
padding: 0.1rem 0.4rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user