Uncomment text.css file and add classes for numbers font size

This commit is contained in:
Konstantinos Triantafyllou 2022-02-17 17:29:45 +02:00
parent 1723114f30
commit 9224f3da59
3 changed files with 84 additions and 77 deletions

View File

@ -10,7 +10,7 @@
/*@import "material.css";*/ /*@import "material.css";*/
/*@import "alerts.css";*/ /*@import "alerts.css";*/
@import "login.css"; @import "login.css";
/*@import "text.css";*/ @import "text.css";
/*@import "button.css";*/ /*@import "button.css";*/
/*@import "notification.css";*/ /*@import "notification.css";*/
/*@import "modal.css";*/ /*@import "modal.css";*/

View File

@ -1,86 +1,94 @@
.uk-text-light { /*.uk-text-light {*/
font-weight: 300; /* font-weight: 300;*/
} /*}*/
.uk-text-large { /*.uk-text-large {*/
font-size: 18px; /* font-size: 18px;*/
} /*}*/
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, /*.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,*/
.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, /*.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium,*/
.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 { /*.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {*/
font-family: "Roboto", sans-serif; /* font-family: "Roboto", sans-serif;*/
line-height: 1.2; /* line-height: 1.2;*/
} /*}*/
.uk-h1, h1 { /*.uk-h1, h1 {*/
font-size: 54px; /* font-size: 54px;*/
font-weight: 400; /* font-weight: 400;*/
} /*}*/
.uk-h2, h2 { /*.uk-h2, h2 {*/
font-size: 45px; /* font-size: 45px;*/
font-weight: 400; /* font-weight: 400;*/
} /*}*/
.uk-h3, h3 { /*.uk-h3, h3 {*/
font-size: 36px; /* font-size: 36px;*/
font-weight: 400; /* font-weight: 400;*/
} /*}*/
.uk-h4, h4 { /*.uk-h4, h4 {*/
font-size: 27px; /* font-size: 27px;*/
font-weight: 400; /* font-weight: 400;*/
} /*}*/
.uk-h5, h5 { /*.uk-h5, h5 {*/
font-size: 22px; /* font-size: 22px;*/
font-weight: 400; /* font-weight: 400;*/
} /*}*/
.uk-h6, h6 { /*.uk-h6, h6 {*/
font-size: 18px; /* font-size: 18px;*/
font-weight: 400; /* font-weight: 400;*/
} /*}*/
.number { .number {
font-size: 41px;
}
.number-size {
font-size: 36px; font-size: 36px;
} }
@media only screen and (max-width: 639px) { .number-small {
.uk-h1, h1 { font-size: 22px;
font-size: 36px !important;
}
.uk-h2, h2 {
font-size: 32px !important;
}
.uk-h3, h3 {
font-size: 27px !important;
}
.uk-h4, h4 {
font-size: 22px !important;
}
.uk-h5, h5 {
font-size: 18px !important;
}
.uk-h6, h6 {
font-size: 18px !important;
}
.number {
font-size: 32px;
}
.number-size {
font-size: 27px;
}
} }
.number-large {
font-size: 64px;
}
/*.number-size {*/
/* font-size: 36px;*/
/*}*/
/*@media only screen and (max-width: 639px) {*/
/* .uk-h1, h1 {*/
/* font-size: 36px !important;*/
/* }*/
/* .uk-h2, h2 {*/
/* font-size: 32px !important;*/
/* }*/
/* .uk-h3, h3 {*/
/* font-size: 27px !important;*/
/* }*/
/* .uk-h4, h4 {*/
/* font-size: 22px !important;*/
/* }*/
/* .uk-h5, h5 {*/
/* font-size: 18px !important;*/
/* }*/
/* .uk-h6, h6 {*/
/* font-size: 18px !important;*/
/* }*/
/* .number {*/
/* font-size: 32px;*/
/* }*/
/* .number-size {*/
/* font-size: 27px;*/
/* }*/
/*}*/

View File

@ -28,10 +28,9 @@ body {
/* color: rgb(36, 91, 204);*/ /* color: rgb(36, 91, 204);*/
/*}*/ /*}*/
/*.custom-main-content {
.custom-main-content {
min-height: 550px; min-height: 550px;
} }*/
/*.custom-description-list-horizontal {*/ /*.custom-description-list-horizontal {*/
/* line-height: 200%*/ /* line-height: 200%*/
@ -1072,7 +1071,7 @@ body {
/* color: #666 !important;*/ /* color: #666 !important;*/
/*}*/ /*}*/
.visually-hidden{ .visually-hidden {
border: 0 !important; border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important; clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important; -webkit-clip-path: inset(50%) !important;