From d2271102cda237548e4a196693fc55ce22238064 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 27 Jun 2022 12:44:02 +0300 Subject: [PATCH] Add text- classes to text.css --- library-css/material.css | 16 -------- library-css/text.css | 89 ++++------------------------------------ 2 files changed, 9 insertions(+), 96 deletions(-) delete mode 100644 library-css/material.css diff --git a/library-css/material.css b/library-css/material.css deleted file mode 100644 index 4cf0032..0000000 --- a/library-css/material.css +++ /dev/null @@ -1,16 +0,0 @@ -.matSelection .mat-select-value, .matSelection .mat-select-arrow { - color: inherit !important; -} - -.matSelection.mat-select { - padding-bottom: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.42); -} - -.matSelection.mat-select:focus { - border-color: #222080; -} - -.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple { - height: 0 !important; -} diff --git a/library-css/text.css b/library-css/text.css index 4f53cc6..50f5c88 100644 --- a/library-css/text.css +++ b/library-css/text.css @@ -1,48 +1,3 @@ -/*.uk-text-light {*/ -/* font-weight: 300;*/ -/*}*/ - -/*.uk-text-large {*/ -/* font-size: 18px;*/ -/*}*/ - -/*.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,*/ -/*.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium,*/ -/*.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {*/ -/* font-family: "Roboto", sans-serif;*/ -/* line-height: 1.2;*/ -/*}*/ - -/*.uk-h1, h1 {*/ -/* font-size: 54px;*/ -/* font-weight: 400;*/ -/*}*/ - -/*.uk-h2, h2 {*/ -/* font-size: 45px;*/ -/* font-weight: 400;*/ -/*}*/ - -/*.uk-h3, h3 {*/ -/* font-size: 36px;*/ -/* font-weight: 400;*/ -/*}*/ - -/*.uk-h4, h4 {*/ -/* font-size: 27px;*/ -/* font-weight: 400;*/ -/*}*/ - -/*.uk-h5, h5 {*/ -/* font-size: 22px;*/ -/* font-weight: 400;*/ -/*}*/ - -/*.uk-h6, h6 {*/ -/* font-size: 18px;*/ -/* font-weight: 400;*/ -/*}*/ - .number { font-size: 36px; line-height: 1.25; @@ -56,40 +11,14 @@ font-size: 64px; } -/*.number-size {*/ -/* font-size: 36px;*/ -/*}*/ +.text-graph { + color: var(--graph-color) !important; +} -/*@media only screen and (max-width: 639px) {*/ -/* .uk-h1, h1 {*/ -/* font-size: 36px !important;*/ -/* }*/ +.text-orcid { + color: var(--orcid-color) !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;*/ -/* }*/ -/*}*/ +.text-argos { + color: var(--argos-color) !important; +}