gui: improve timetable

This commit is contained in:
Roland Schneider
2021-09-17 08:21:55 +02:00
parent 65fa335a7b
commit fe2f0766e3
11 changed files with 112 additions and 69 deletions

View File

@@ -7,15 +7,24 @@ $font-size-md: 1.25rem;
$font-size-lg: 2.5rem;
$font-size-xl: 6.25rem;
// font weight
$font-weight-normal: 400;
$font-weight-medium: 500;
$font-weight-semi-bold: 600;
$font-weight-bold: 700;
$primary: #E3000E ;
$secondary: #D2D2D2 ;
$light: #FFFFFF ;
$dark: #3A3A39 ;
// bootstrap font override
$font-family-sans-serif: Roboto, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ;
// regular style toast
@import '~ngx-toastr/toastr';
@import "styles/bootstrap-custom";
@import "styles/fonts";
html{
height: 100%;
}
@@ -23,5 +32,7 @@ html{
body{
min-height: 100%;
height: 100%;
background: url("/assets/images/cutlercross-background.jpg");
background-repeat: repeat-y;
}