bootstrap-fluent-design_tem.../scss/_popover.scss

14 lines
220 B
SCSS
Raw Normal View History

2018-07-17 08:11:21 +01:00
.popover {
font-family: 'Open Sans', sans-serif;
border-radius: 0;
& .arrow {
display: none;
}
&-body {
background-color: rgba($grey, .12);
}
&-header {
background-color: rgba($grey, .1);
}
}