Инициалиазация репозитория

This commit is contained in:
ada
2025-11-11 08:24:49 +03:00
commit 39f93667fe
114 changed files with 5137 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
.required-label::after {
content: ' *';
color: red;
margin-left: -1px; // Optional: Adjust spacing
}
.field_with_errors {
input:not([type="submit"]),
.ss-main {
border: 1px solid red !important;
background-color: #ffd7d7;
color: red;
&::placeholder {
color: red;
}
}
.error-message {
color: red;
font-size: 16px;
font-weight: 500;
}
}