FleetCart/resources/sass/install/components/_alert.scss
2023-12-03 14:07:47 +00:00

12 lines
300 B
SCSS

.alert {
--bs-alert-margin-bottom: 15px;
--bs-alert-border-radius: #{$radius-default};
}
.alert-danger {
--bs-alert-color: #{$color-red-800};
--bs-alert-bg: #{$color-red-100};
--bs-alert-border-color: #{$color-red-100};
--bs-alert-link-color: #{$color-red-900};
}