[Monitor | Trunk]: Move theme thanges css to library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@59358 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
74b99e6627
commit
3c39a91105
|
@ -1,41 +0,0 @@
|
|||
.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: 500;
|
||||
}
|
||||
|
||||
.uk-h6, h6 {
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Temp changes*/
|
||||
contact h5, new-search-page h5, result-preview h5 {
|
||||
font-size: 18px;
|
||||
}
|
|
@ -6,4 +6,4 @@
|
|||
@import "assets/monitor-custom.css";
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
||||
@import "assets/theme-changes.css";
|
||||
@import "assets/common-assets/common/theme-changes.css";
|
||||
|
|
Loading…
Reference in New Issue