14 lines
220 B
SCSS
14 lines
220 B
SCSS
.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);
|
|
}
|
|
}
|