From 9f5d3616cb0ed7d4c8135482dbe775ced78eb5fe Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 24 Sep 2022 15:28:33 +0300 Subject: =?UTF-8?q?Rists=C3=B5na=20done=20ja=20global=20button=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rannak/algus/utlused/css/utlused.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'rannak/algus/utlused/css') diff --git a/rannak/algus/utlused/css/utlused.css b/rannak/algus/utlused/css/utlused.css index 4f63f54..e7c5277 100644 --- a/rannak/algus/utlused/css/utlused.css +++ b/rannak/algus/utlused/css/utlused.css @@ -14,6 +14,24 @@ body { touch-action: none; } +.moveOn{ + display: inline-block; + border: none; + padding: 6px 12px; + margin-botton: 0; + font-size: 1rem; + font-weight: normal; + text-align: center; + cursor: pointer; + border-radius: 4px; + background-color: #4BB543; + color: white; +} + +button:disabled{ + opacity: 0.5; +} + /* later added stuff here */ .wrapper { -- cgit v1.2.3