* change(ui) - removed env * change(ui) - no content component updates * feat(ui) - session list - wip * feat(ui) - session list - wip * feat(ui) - session list - wip * feat(ui) - session list - wip * fix(ui) - live session list key * feat(ui) - session list - wip * feat(ui) - session list - wip * feat(backend): set default size of first part of session mob file to 1mb * feat(backend): added extra information for db metrics * fix(ui) - siteform loader, trash btn project exists check, IconButton replace Co-authored-by: Alexander Zavorotynskiy <zavorotynskiy@pm.me>
18 lines
No EOL
316 B
SCSS
18 lines
No EOL
316 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;
|
|
} |