summaryrefslogtreecommitdiff
path: root/web/login
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-19 16:54:50 +0300
committerDevaev Maxim <[email protected]>2020-07-19 16:54:50 +0300
commit903382fda501e3c5f54d0b82e0067139ab5e11f7 (patch)
treeb132aaedb6c23d362e1a9ea7e9aece8b6dcb1a97 /web/login
parentaf89118eda79ede894ff45a0bea7db030a8d6e86 (diff)
many style improvements
Diffstat (limited to 'web/login')
-rw-r--r--web/login/index.html2
-rw-r--r--web/login/index.pug2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/login/index.html b/web/login/index.html
index 284d21ac..1466ec27 100644
--- a/web/login/index.html
+++ b/web/login/index.html
@@ -61,7 +61,7 @@
<tr>
<td></td>
<td>
- <button id="login-button">Login</button>
+ <button class="key" id="login-button">Login</button>
</td>
</tr>
</table>
diff --git a/web/login/index.pug b/web/login/index.pug
index 0ef8af5e..6b8cb290 100644
--- a/web/login/index.pug
+++ b/web/login/index.pug
@@ -17,7 +17,7 @@ block body
td #[input(type="password" id="passwd-input")]
tr
td
- td #[button(id="login-button") Login]
+ td #[button(id="login-button" class="key") Login]
ul(class="footer")
li(class="footer-left")