blob: a6f67f0e66c57d267c9a7a31010394d745cd3176 [file] [log] [blame]
/* this is placed as an overlay outside of the div containers it refers to */
@mixin os-suggesttext-popup {
.o-SuggestBoxPopup {
z-index: 99999;
.popupContent {
@include valo-datefield-popup-style();
color: $os-highlight-color;
/* background-color: $os-background-color;
color: darkgray;
font-style: normal;
font-variant: normal;
font-weight: 300;
font-stretch: normal;
font-size: 16px;
line-height: 1.55;
font-family: 'Open Sans', sans-serif;*/
}
}
.o-SuggestBoxPopup .item-selected {
background-color: darkgray;
color: white;
}
}
/*
@mixin valo-datefield-popup-style() {
@include valo-overlay-style;
margin-top: ceil($v-unit-size/8) !important;
margin-bottom: ceil($v-unit-size/8) !important;
margin-right: ceil($v-unit-size/8) !important;
cursor: default;
width: auto;
table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
}
td {
padding: round($v-unit-size/20);
}
@include valo-datefield-calendarpanel-style;
}
*/