diff --git a/interface.ui b/interface.ui
index fde9075..9122c7c 100644
--- a/interface.ui
+++ b/interface.ui
@@ -17,13 +17,14 @@
vertical
center
center
- True
- True
12
@@ -40,6 +41,9 @@
False
True
True
+
@@ -65,6 +69,9 @@
True
Login
+
@@ -90,7 +97,7 @@
@@ -103,7 +110,7 @@
diff --git a/style.css b/style.css
index 2046cd1..4cfe3e5 100644
--- a/style.css
+++ b/style.css
@@ -5,17 +5,13 @@ window * {
text-decoration: none;
}
-window {
- background-color: black;
+button {
+ border: none;
+ border-radius: 20em;
}
-button {
- border: 0;
- background: none;
- outline-style: dashed;
- margin: 0;
- border-width: 2px;
- padding: 16px 36px;
+window {
+ background-color: black;
}
label {
@@ -31,9 +27,19 @@ button:active label {
color: black;
}
-hdykeypad > button {
- font-size: 20px;
+hdykeypad > button label{
+ font-size: 5em;
font-weight: bold;
padding: 10px;
}
+.login_btn > label {
+ font-size: 2em;
+ background-clip: padding-box;
+ padding: 0.5em;
+}
+
+.pin, .prompt {
+ font-size: 2em;
+}
+