Init(Core): Change repo

This commit is contained in:
2026-04-24 15:29:37 +03:30
commit ededb41a3a
1499 changed files with 199187 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
//
// Parsley
//
.error {
color: $danger;
}
.parsley-error {
border-color: $danger;
}
.parsley-errors-list {
display: none;
margin: 0;
padding: 0;
&.filled {
display: block;
}
> li {
font-size: 12px;
list-style: none;
color: $danger;
margin-top: 5px;
}
}