File size: 241 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// Popover
//


.popover {
    border: 0;
}

.popover-header {
	font-weight: $font-weight-bold;
}


// Alternative colors

@each $color, $value in $theme-colors {
    .popover-#{$color} {
        @include popover-variant($value);
    }
}