references
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
.record-edit {
|
||||
position: relative;
|
||||
|
||||
.invalid-feedback{
|
||||
color: var(--error);
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.record-header {
|
||||
@@ -19,6 +26,7 @@
|
||||
margin: 30px 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
@@ -26,7 +34,7 @@
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background: var(--background);
|
||||
filter: brightness(90%);
|
||||
filter: brightness(97%);
|
||||
}
|
||||
|
||||
.editor-field {
|
||||
|
||||
Reference in New Issue
Block a user