mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-10 21:50:03 +01:00
1180b7b195
Switched from less to scss. Still no build script to update the final CSS, though. Added preliminary support for storing account data on browser's local storage for offline viewing. No public backend currently support this feature.
12 lines
114 B
SCSS
12 lines
114 B
SCSS
@media only screen and (min-width: 480px) {
|
|
.loginForm {
|
|
font-size: 1.2em;
|
|
|
|
input {
|
|
}
|
|
button {
|
|
}
|
|
}
|
|
}
|
|
|