Gui improvements and ideas
This commit is contained in:
parent
3f4c7d17bf
commit
2ae0b55e42
54 changed files with 639 additions and 237 deletions
|
|
@ -41,4 +41,16 @@
|
|||
// border: var(--bs-border-width) solid var(--bs-border-color);
|
||||
// border-radius: var(--bs-border-radius);
|
||||
// padding: var(--bs-padding);
|
||||
// }
|
||||
// }
|
||||
|
||||
.hover-row:hover {
|
||||
background-color: var(--bs-tertiary-bg);
|
||||
}
|
||||
|
||||
.comment {
|
||||
@extend .alert;
|
||||
@extend .alert-warning;
|
||||
|
||||
border: 0;
|
||||
border-left: 4px solid var(--bs-warning);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue