Add text-<portal> classes to text.css
This commit is contained in:
parent
752859b10d
commit
d2271102cd
|
@ -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;
|
|
||||||
}
|
|
|
@ -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 {
|
.number {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
@ -56,40 +11,14 @@
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.number-size {*/
|
.text-graph {
|
||||||
/* font-size: 36px;*/
|
color: var(--graph-color) !important;
|
||||||
/*}*/
|
}
|
||||||
|
|
||||||
/*@media only screen and (max-width: 639px) {*/
|
.text-orcid {
|
||||||
/* .uk-h1, h1 {*/
|
color: var(--orcid-color) !important;
|
||||||
/* font-size: 36px !important;*/
|
}
|
||||||
/* }*/
|
|
||||||
|
|
||||||
/* .uk-h2, h2 {*/
|
.text-argos {
|
||||||
/* font-size: 32px !important;*/
|
color: var(--argos-color) !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;*/
|
|
||||||
/* }*/
|
|
||||||
/*}*/
|
|
||||||
|
|
Loading…
Reference in New Issue