Newly added css based on changes in Landing and Search pages
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52771 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
c33457aa71
commit
951753a5b1
42
library.css
42
library.css
|
@ -639,7 +639,7 @@ white-space: nowrap;
|
||||||
|
|
||||||
.custom-accordion .uk-accordion-title{
|
.custom-accordion .uk-accordion-title{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: #f8f8ff;
|
background: #f8f8fe;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
color: #3055ba !important;
|
color: #3055ba !important;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -660,9 +660,41 @@ white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-accordion .uk-accordion-content{
|
.custom-accordion .uk-accordion-content{
|
||||||
/*margin:12px;*/
|
margin: 0px;
|
||||||
margin: 5px;
|
border: #eee 1px solid;
|
||||||
border: gray 2px;
|
border-top: none;
|
||||||
border-style: dashed;
|
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
.darkBackground{
|
||||||
|
background-color:rgb(0,0,0,0.5);
|
||||||
|
z-index:0;
|
||||||
|
color:white !important;
|
||||||
|
font-family: Roboto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.whiteText{
|
||||||
|
color:white !important;
|
||||||
|
font-family: Roboto !important;
|
||||||
|
}
|
||||||
|
.shadowBox{
|
||||||
|
box-shadow: 0 1px 10px #444444;
|
||||||
|
/*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
|
||||||
|
}
|
||||||
|
.icon-button-small{
|
||||||
|
width:22px !important;
|
||||||
|
height:22px !important;
|
||||||
|
color: #666 !important;
|
||||||
|
}
|
||||||
|
.sideInfoTitle{
|
||||||
|
|
||||||
|
font-weight: 500;
|
||||||
|
border-bottom: 6px solid #9ba5b5;
|
||||||
|
background-color: #f8f8fe;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-left: 3px;
|
||||||
|
|
||||||
|
}
|
||||||
|
/*.linkButtonsBox{
|
||||||
|
background: white !important;
|
||||||
|
box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
|
||||||
|
}*/
|
||||||
|
|
Loading…
Reference in New Issue