disabled class

This commit is contained in:
ethan merchant 2024-11-03 01:47:36 -05:00
parent a43f93b343
commit bbfde69bab

View file

@ -272,38 +272,21 @@ ul {
li { li {
all: revert; all: revert;
} }
img, video, canvas { img,
video,
canvas {
overflow: hidden; overflow: hidden;
} }
img { img {
all: revert-layer; all: revert-layer;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
border-radius: 6px;
} }
video { /* keep this at the end */
border-radius: 6px; .disabled {
} filter: grayscale(100%);
.t_symbol { opacity: 0.666;
margin: 2rem auto; cursor: not-allowed;
font-family: "Nanum Myeongjo", serif; pointer-events: none;
text-align: center; user-select: none;
font-size: 64px;
/* font-weight: bold; */
color: #666;
}
footer {
margin-top: 128px;
height: 64px;
line-height: 64px;
letter-spacing: 0.5px;
font-size: 0.75em;
}
input {
outline: none;
border: none;
padding: 8px 16px;
border-radius: 32px;
letter-spacing: 1px;
font-size: 16px;
} }