Files
lucent-laravel/front/sass/_record-edit.scss
T
2024-08-15 18:52:53 +03:00

68 lines
1.0 KiB
SCSS

.record-edit {
}
.record-header {
margin: 10px 0 0;
.schema-name {
font-size: 14px;
}
.record-title {
font-size: 18px;
display: block;
}
}
.tools-header {
margin: 30px 0 0;
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}
.editor-field {
background: var(--background);
filter: brightness(98%);
padding: 18px;
border-radius: 12px;
margin: 6px 0;
border-color: transparent;
}
.field-header{
margin-bottom: 4px;
.labels{
display: flex;
justify-content: space-between;
align-items: center;
}
.label-and-help{
display: flex;
align-items: center;
gap: 6px;
}
label{font-size: 14px;line-height: 14px;margin: 0;font-weight: 700;}
.help-text{font-size: 14px;opacity: .7;line-height: 14px}
code{}
}
.field-checkbox{
display: flex;
gap: 20px;
align-items: center;
.form-check-inline{
display: flex;
align-items: center;
gap: 4px;
}
.form-check-label{
font-size: 14px;
line-height: 14px;
}
}