Revision 58182
Added by Konstantinos Triantafyllou over 4 years ago
modules/uoa-services-library/branches/landing-redesign/ng-openaire-library/src/assets/library.css | ||
---|---|---|
1434 | 1434 |
border-radius: 1px; |
1435 | 1435 |
} |
1436 | 1436 |
|
1437 |
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover { |
|
1438 |
color: var(--portal-main-color) !important; |
|
1439 |
border-color: var(--portal-main-color) !important; |
|
1440 |
/*font-family: Roboto, sans-serif !important;*/ |
|
1441 |
} |
|
1442 |
ul.portalTabs.uk-tab > .uk-active > a{ |
|
1443 |
font-weight: bold; |
|
1444 |
} |
|
1445 |
|
|
1446 |
ul.portalTabs.uk-tab::before { |
|
1447 |
border-bottom: 1px solid var(--portal-main-color); |
|
1448 |
} |
|
1449 |
|
|
1437 | 1450 |
.quickSelectionsBox{ |
1438 | 1451 |
border: 1px solid #E6E6E6; |
1439 | 1452 |
border-top:0px; |
... | ... | |
1467 | 1480 |
padding:10px; |
1468 | 1481 |
display: inline-block |
1469 | 1482 |
} |
1470 |
.entitiesSelectionPanel{ |
|
1483 |
.entitiesSelectionPanel, .matSelectionPanel{
|
|
1471 | 1484 |
margin-top: 30px !important; |
1472 | 1485 |
} |
1473 | 1486 |
|
... | ... | |
1597 | 1610 |
padding-left: 20px; |
1598 | 1611 |
} |
1599 | 1612 |
|
1613 |
.landing { |
|
1614 |
position: relative; |
|
1615 |
} |
|
1616 |
|
|
1617 |
.landing div.feedback { |
|
1618 |
position: fixed; |
|
1619 |
border-radius: 4px; |
|
1620 |
border: 1px solid #DCDCDC; |
|
1621 |
box-shadow: 0 2px 4px #0000001A; |
|
1622 |
background-color: white; |
|
1623 |
padding: 5px 15px; |
|
1624 |
font-size: 12px; |
|
1625 |
left: 50%; |
|
1626 |
bottom: 10px; |
|
1627 |
transform: translate(-50%, -50%); |
|
1628 |
z-index: 1; |
|
1629 |
} |
|
1630 |
|
|
1600 | 1631 |
.landing .mat-select-value, .landing .mat-select-arrow{ |
1601 | 1632 |
color: inherit !important; |
1602 | 1633 |
} |
... | ... | |
1667 | 1698 |
|
1668 | 1699 |
.space { |
1669 | 1700 |
margin-left: 4px; |
1701 |
} |
|
1702 |
|
|
1703 |
.uk-modal .uk-modal-dialog { |
|
1704 |
border-radius: 4px; |
|
1670 | 1705 |
} |
Also available in: Unified diff
[Library | Landing Redesign]: Merge library css from trunk