myei-validatejs
Version:
A JavaScript plugin that makes easy to implement validations on a website
37 lines (31 loc) • 406 B
CSS
.add-field {
font-size: 2em;
color: #ccc;
cursor: pointer;
margin-top: 26px
}
.control {
color: #ccc;
cursor: pointer;
}
.badge-primary {
color: white ;
}
.alert {
position: absolute;
z-index: 999999;
top: 21px;
left: 40%;
}
.dark-mode {
background-color: #24292e;
color: white;
}
.error-msg {
display:none;
color:red;
float: left;
}
.visible {
display: block;
}