18 lines
317 B
SCSS
18 lines
317 B
SCSS
.small-round {
|
|
border-radius: 15px;
|
|
padding: 2px 9px !important;
|
|
font-size: 18px !important;
|
|
}
|
|
.large-round {
|
|
border-radius: 21px !important;
|
|
padding: 11px 11px 11px 15px !important;
|
|
}
|
|
|
|
.popover-wrapper {
|
|
position: fixed;
|
|
left: 50%;
|
|
margin-left: -280px;
|
|
top: 45px;
|
|
width: 210px;
|
|
height: 200px;
|
|
} |