openaire-assets/library-css/labels.scss

116 lines
2.0 KiB
SCSS

.uk-label {
border-radius: 15px;
line-height: 15px;
padding: 3px 10px;
text-transform: uppercase;
font-size: 12px;
}
.label-community, .label-compatibility, .label-country,
.label-dataprovider, .label-dataset, .label-funder, .label-grey,
.label-language, .label-orange, .label-organization, .label-orp,
.label-other, .label-project, .label-publication, .label-sc39,
.label-software, .label-success, .label-type, .label-underCuration, .label-unknown {
background: #fff!important;
color: #666!important;
border: 1px solid #666!important;
}
.label-green {
background: #8ad15e;
border: 1px solid #8ad15e !important;
color: #fff;
}
.label-open {
background: #fff;
border: 1px solid #8ad15e !important;
color: #8ad15e;
}
.label-classified {
border-radius: 4px;
padding: 1px 8px;
background-color: #ABABAB;
color: white;
margin-bottom: 5px;
margin-right: 5px;
}
.label-blue, .label-compatibility {
background: #d4f3ff;
color: #00a0de
}
.label-yellow, .label-underCuration {
background: #fef5d2;
color: #cca607
}
.label-red, .label-funder {
background: #fef0ef;
color: #f54f43
}
.label-grey, .label-language {
background: #f8f8f8;
color: #666;
}
.label-country {
background: #d4f3ff;
color: #00a0de;
}
.label-publication {
background: #4687E6;
color: #fff
}
.label-dataset {
background: #1e906c;
color: #fff
}
.label-software {
background: #b737ff;
color: #fff
}
.label-orp, .label-other {
background: #f54f43;
color: #414141 !important;
}
.label-project {
background: #d0307f;
color: #fff
}
.label-dataprovider {
background: #00a0de;
color: #fff
}
.label-organization {
background: #fbcd0d;
color: #414141
}
.label-closed {
background: #EBEBEB !important;
color: #6B6B6B !important;
border: 1px solid #DEDEDE !important;
}
.label-danger {
color: #ff4000 !important;
border: 1px solid #666666 !important;
}
.li-disabled .label-compatibility, .li-disabled .label-dataprovider {
background: white !important;
color: #A9A9A9 !important;
border: 1px solid #A9A9A9 !important;
}