[Library | Trunk]: Tooltip css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60640 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3d04d3d9b0
commit
236f681632
|
@ -0,0 +1,7 @@
|
|||
.uk-tooltip {
|
||||
background-color: white !important;
|
||||
color: #1a1a1a !important;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 3px 6px #0000001a;
|
||||
font-size: 12px;
|
||||
}
|
|
@ -9,16 +9,6 @@
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.uk-tooltip.under-curation-tooltip {
|
||||
background-color: white;
|
||||
display: block;
|
||||
border-radius: 4px;
|
||||
padding: 15px 15px 0;
|
||||
border: 1px solid #DEDEDE;
|
||||
color: #6c6c6c;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.uk-modal .title-section h1, .uk-modal .title-section h2, .feedback-page .title-section h1 {
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
|
|
|
@ -15,3 +15,4 @@
|
|||
@import "modal.scss";
|
||||
@import "input.scss";
|
||||
@import "card.scss";
|
||||
@import "dropdown-tooltip.scss";
|
||||
|
|
Loading…
Reference in New Issue