first init
This commit is contained in:
22
resources/scss/components/_popover.scss
Executable file
22
resources/scss/components/_popover.scss
Executable file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// popover.scss
|
||||
//
|
||||
.popover {
|
||||
box-shadow: $box-shadow-lg;
|
||||
}
|
||||
|
||||
.popover-header {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@each $color,
|
||||
$value in $theme-colors {
|
||||
.#{$color}-popover {
|
||||
--#{$prefix}popover-max-width: 200px !important;
|
||||
--#{$prefix}popover-border-color: var(--#{$prefix}#{$color}) !important;
|
||||
--#{$prefix}popover-header-bg: var(--#{$prefix}#{$color}) !important;
|
||||
--#{$prefix}popover-header-color: var(--#{$prefix}white) !important;
|
||||
--#{$prefix}popover-body-padding-x: 1rem !important;
|
||||
--#{$prefix}popover-body-padding-y: .5rem !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user