1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/static/scss/components/letterselect.scss

16 lines
175 B
SCSS

#letterselect {
span {
cursor: pointer;
user-select: none;
&.als {
color: green;
}
}
}
#letterform {
input[type=text] {
display: none;
}
}