Файл: password-punch/assets/js/password-punch/password.punch.css
Строк: 24
div.password-punch { display: block; padding: 10px 0;
}
.rule-style-default { list-style: none; font-size: 12px; color: #999;
max-width: 480px; margin: 0 auto;}
.rule-style-default li:before {
background-color: #6CF; border-radius: 8px; content: ""; display:
inline-block; height: 8px; margin-right: 10px; width: 8px;
}
.rule-style-default li { width: 100%; line-height: 1.5; transition: all
0.8s ease-in-out 0s; }
.rule-style-default li.validated {color: #000;
transition: all 0.8s ease-in-out 0s;}
.clearFix {clear:both;}
@media only
screen and (min-width: 480px) {
.rule-style-default li { float: left;
width: 50%; }
}