references

This commit is contained in:
2024-08-16 16:00:48 +03:00
parent a04e338ce2
commit 9bbd53b586
20 changed files with 170 additions and 90 deletions
+9 -1
View File
@@ -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 {