[Trunk | Library]: library.css: Add css for '.landing-modal-header' (background & padding), '.landing-modal .modal-title' (font & margin), '.square-button' (border-radius).

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58732 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-05-20 16:33:39 +00:00
parent 61d6384ee0
commit ceec1b6f53
1 changed files with 15 additions and 0 deletions

View File

@ -2136,3 +2136,18 @@ div.cdk-overlay-container {
div.cdk-overlay-container.modal-select {
z-index: 10001 !important;
}
.landing-modal-header {
background: transparent linear-gradient(35deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
padding: 20px 40px;
}
.landing-modal .modal-title {
font-weight: bold;
font-size: 22px;
margin: 0;
}
.square-button {
border-radius: 0;
}