improve customer login & timetable design
This commit is contained in:
@@ -23,6 +23,13 @@ $utilities: map-merge(
|
||||
class: mw2,
|
||||
values: ( 25: 25%, 50: 50%, 80: 80%, 100: 100%)
|
||||
),
|
||||
// scss-docs-start utils-vertical-align
|
||||
"border-radius": (
|
||||
property: border-radius,
|
||||
responsive: true,
|
||||
class: border-radius,
|
||||
values: ( 0: 0, 1: $border-radius-1 )
|
||||
),
|
||||
),
|
||||
$utilities
|
||||
);
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
src: url("/assets/fonts/RobotoMono-VariableFont_wght.ttf") format("truetype");
|
||||
//font-weight: $font-weight-normal;
|
||||
//font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -49,3 +47,7 @@
|
||||
.app-font-weight-bold {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
.app-font-family-secondary{
|
||||
font-family: dcc, serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user