many layout and theme changes

This commit is contained in:
Jonas Winkler
2020-11-22 16:33:26 +01:00
parent 25f88b7ae9
commit 8650af05f7
15 changed files with 114 additions and 74 deletions

View File

@@ -1,4 +1,6 @@
@import "bootstrap";
@import "theme";
@import "node_modules/bootstrap/scss/bootstrap";
.toolbaricon {
@@ -27,12 +29,15 @@ body {
border-color: rgba(255, 255, 255, .1);
}
.form-control-dark::placeholder {
color: #fff;
}
.form-control-dark:focus {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.asc {
background-color: #f8f9fa!important;
}