Files
djangocms/static/admin/assets/scss/components/_popover.scss
2024-11-20 12:56:32 +07:00

25 lines
397 B
SCSS

/**=====================
Popover CSS Start
==========================**/
.popover-header {
background-color: $dark-color;
color: $white;
}
.popover-main {
.btn-showcase {
a {
color: $white;
}
button {
&:last-child {
margin-right: 0;
}
}
}
}
/**=====================
Popover CSS Ends
==========================**/