[Trunk | Library]: common/custom.css & library.css: [Bug fix] Fixes in css rules (';' removed before '!important', multiple '}' removed).

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58896 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-06-12 09:36:10 +00:00
parent 9e17f42fdb
commit 04fbc001af
2 changed files with 5 additions and 5 deletions

View File

@ -863,7 +863,7 @@ color: #17106E;
color: #63BDE9!important; color: #63BDE9!important;
} }
*/ */
*/
/* /*
.uk-tile-primary {background-color: #17106E;} .uk-tile-primary {background-color: #17106E;}
*/ */
@ -996,7 +996,7 @@ font-style: italic;
} }
.wk-tab>li.wk-active>a { .wk-tab>li.wk-active>a {
border-color: transparent transparent #1678CB transparent !important; border-color: transparent transparent #1678CB transparent !important;
background:tranparent; background:transparent;
border-bottom: 2px solid #1678CB; border-bottom: 2px solid #1678CB;
} }
.wk-tab>*>a { .wk-tab>*>a {
@ -1132,7 +1132,7 @@ font-style: italic;
line-height: 24px; line-height: 24px;
font-weight:normal; font-weight:normal;
font-size:18px; font-size:18px;
font-family: 'Heebo', sans-serif!important;} font-family: 'Heebo', sans-serif!important;
} }
ul.event_legend_list {font-size:90%; opacity:0.8} ul.event_legend_list {font-size:90%; opacity:0.8}
@ -1179,7 +1179,7 @@ ul.event_legend_list {font-size:90%; opacity:0.8}
line-height: 24px; line-height: 24px;
font-weight:normal; font-weight:normal;
font-size:18px; font-size:18px;
font-family: 'Heebo', sans-serif!important;} font-family: 'Heebo', sans-serif!important;
} }
.readon-button:hover { .readon-button:hover {

View File

@ -1462,7 +1462,7 @@ ul.recentyears {
} }
.recentyears.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before { .recentyears.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
margin-right: 10px !important; margin-right: 10px !important;
border-left: 1px solid var(--portal-main-color); !important; border-left: 1px solid var(--portal-main-color) !important;
} }
.recentyears.uk-subnav>* { .recentyears.uk-subnav>* {
padding-left: 10px; padding-left: 10px;