mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 18:50:07 +00:00
35 lines
231 B
SCSS
35 lines
231 B
SCSS
form {
|
|
|
|
}
|
|
|
|
fieldset {
|
|
|
|
}
|
|
|
|
input {
|
|
&[type="text"],
|
|
&[type="password"],
|
|
&[type="email"] {
|
|
|
|
}
|
|
|
|
&[type="radio"] {
|
|
|
|
}
|
|
|
|
&[type="checkbox"] {
|
|
|
|
}
|
|
|
|
&[type="number"] {
|
|
|
|
}
|
|
}
|
|
|
|
select {
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
}
|