Files
dev-manufaktur/Dashboard/static/css/Pricing-Centered-badges.css
2025-02-16 21:47:35 +01:00

15 lines
258 B
CSS

.bg-white-300 {
background: rgba(255, 255, 255, 0.3) !important;
}
.rounded-bottom-left {
border-radius: 0;
border-bottom-left-radius: .25rem!important;
}
.rounded-bottom-right {
border-radius: 0;
border-bottom-right-radius: .25rem!important;
}