openreplay/frontend/app/styles/global.scss
2024-05-07 13:57:25 +02:00

28 lines
407 B
SCSS

.form-field > label {
font-weight: 500;
margin-bottom: 5px;
color: '#888';
}
.capitalize-first::first-letter {
text-transform: uppercase;
}
input.no-focus:focus {
outline: none !important;
border: solid thin transparent !important;
}
.widget-wrapper {
@apply rounded border bg-white;
}
@layer base {
img {
@apply inline-block;
}
}
.lucide {
stroke-width: 1.5px;
}