react-easy-password-validation
Version:
React component for validation input password via specified rules set
96 lines (78 loc) • 1.4 kB
CSS
:root {
color-scheme: light dark;
color: #ffffffde;
font-synthesis: none;
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
background-color: #242424;
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.5;
}
a {
color: #646cff;
-webkit-text-decoration: inherit;
text-decoration: inherit;
font-weight: 500;
}
a:hover {
color: #535bf2;
}
body {
min-width: 320px;
min-height: 100vh;
margin: 0;
}
h1 {
font-size: 3.2em;
line-height: 1.1;
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #fff;
}
a:hover {
color: #747bff;
}
button {
background-color: #f9f9f9;
}
}
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
}
.logo {
will-change: filter;
transition: filter .3s;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
filter: drop-shadow(0 0 2em #61dafbaa);
}
@keyframes logo-spin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: no-preference) {
.logo {
animation: 20s linear infinite logo-spin;
}
}
table, th, td {
border: 1px solid #ccc;
}
td {
padding: 10px;
}
/*# sourceMappingURL=index.34b7aba5.css.map */