legendary-doc-site/apps/core/assets/css/app.css
2020-09-15 17:11:56 -05:00

35 lines
568 B
CSS

@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "@fortawesome/fontawesome-free/css/all.css";
@import "code";
input[type="checkbox"]::after {
content: "";
color: currentColor;
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
}
input[type="checkbox"]:checked::after {
content: "✓";
}
.hidden-options-toggle:checked+.hidden {
display: block;
}
.password-revealer {
@apply absolute;
height: 45px;
width: 45px;
right: 0;
bottom: 0;
}