gui: improve timetable
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user