From b96074afe079863508e06f193930d5526d4d70bd Mon Sep 17 00:00:00 2001 From: Raatty Date: Wed, 15 Apr 2020 16:06:30 +1200 Subject: [PATCH] make stuffs bigger! --- interface.ui | 15 +++++++++++---- style.css | 28 +++++++++++++++++----------- 2 files changed, 28 insertions(+), 15 deletions(-) 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 True prompt label + @@ -40,6 +41,9 @@ False True True + @@ -65,6 +69,9 @@ True Login + @@ -90,7 +97,7 @@ True edit-clear-symbolic - 40 + 80 @@ -103,7 +110,7 @@ True applications-system-symbolic - 40 + 80 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; +} +