frontend and backend

This commit is contained in:
2022-01-09 12:08:42 +01:00
parent cbff7c5d22
commit dde65761e5
75 changed files with 37830 additions and 19 deletions

43
frontend/src/index.scss Normal file
View File

@ -0,0 +1,43 @@
.separator {
display: flex;
color: #ddd;
font-size: .9rem;
margin-top: 1.5rem;
}
/*.separator::after {
content: '';
flex: 1;
height: 0.08rem;
background: linear-gradient(90deg, rgba(231,233,237,1) 0%, rgba(255,255,255,1) 80%);
transform: translateY(.75rem);
}
.separator:not(:empty)::after {
margin-left: .25em;
}*/
//$body-bg: #567890;
.table {
width: unset !important;
}
table td:first-child:before {
content: '[';
color: var(--bs-table-bg);
}
table td:first-child:after {
content: ']';
color: var(--bs-table-bg);
}
.nav-item:hover {
background-color: #eaeaea !important;
}
@import "_variables";
@import "~bootstrap/scss/bootstrap";
@import "_bootswatch";