metadata-validator-ui/src/app/pages/oaipmh-validator/validation-settings/oaipmh-validator.component....

63 lines
1010 B
Plaintext

@import (reference) "~src/assets/openaire-theme/less/_import-variables";
@header-height: @global-header-height;
@sidebar-height: calc(100vh - @header-height);
#center-content {
min-height: @sidebar-height;
}
#right-sidebar {
& > .uk-sticky {
height: @sidebar-height;
}
.uk-card {
border-top-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
//& > .uk-card {
// height: @sidebar-height -
//}
}
.quick-contact {
position: sticky;
bottom: 5vh;
//right: 5vw;
z-index: @global-z-index - 20;
}
li.uk-open .accordion-title-num {
& > * {
color: @global-inverse-color;
}
circle {
fill: @global-primary-background;
}
text {
stroke: currentColor;
fill: currentColor;
}
}
li:not(.uk-open) .accordion-title-num {
& > * {
color: @global-muted-color;
}
circle {
fill: @global-muted-background;
}
text {
stroke: currentColor;
fill: currentColor;
}
}