[Trunk | Library]: library.css: Range buttons changed to links - max-width custom, color of divider custom.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58609 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-05-05 17:14:19 +00:00
parent a70a978377
commit 062f06fa2a
1 changed files with 13 additions and 0 deletions

View File

@ -1456,6 +1456,19 @@ input[name="code"] {
text-transform: none;
}
/*.range-button > a:not(.first-col) {*/
/* border-left: 1px solid #C4C4C4 !important;*/
/*}*/
.range-button.uk-grid-divider>:not(.uk-first-column)::before {
border-left: 1px solid #C4C4C4 !important;
}
.range-button {
max-width: 330px;
}
/* Landing gradient title section*/
.title-section {
background-image: linear-gradient(to right, #FFFFFF, #F0F0F0);