This commit is contained in:
Dwi Swandhana
2026-06-09 08:56:30 +07:00
parent fb6e11c0e6
commit b793755d95
1851 changed files with 344010 additions and 2 deletions

No files matched your search

@@ -0,0 +1,25 @@
/* =============
Form Validation
============= */
.parsley-errors-list {
margin: 0;
padding: 0;
}
.parsley-errors-list > li {
list-style: none;
color: $danger;
margin-top: 5px;
padding-left: 20px;
position: relative;
&:before {
content: "\F159";
font-family: "Material Design Icons";
position: absolute;
left: 2px;
top: -1px;
}
}