From 2009adb3f13be4931d551447ce06bbede8d51aa7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 24 Sep 2019 09:38:56 +0100 Subject: [PATCH] Highlighted button on mobile --- epicyon-profile.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 412c305b0..fef3579a2 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -809,6 +809,21 @@ input[type=checkbox] cursor: pointer; margin: 5px; } + .buttonhighlighted { + border-radius: 4px; + background-color: green; + border: none; + color: var(--button-text); + text-align: center; + font-size: 18px; + padding: 10px; + width: 10%; + max-width: 100px; + min-width: 80px; + transition: all 0.5s; + cursor: pointer; + margin: 5px; + } .buttonselected { border-radius: 4px; background-color: var(--button-selected); @@ -974,6 +989,21 @@ input[type=checkbox] cursor: pointer; margin: 15px; } + .buttonhighlighted { + border-radius: 4px; + background-color: green; + border: none; + color: var(--button-text); + text-align: center; + font-size: 32px; + padding: 10px; + width: 20%; + max-width: 400px; + min-width: 80px; + transition: all 0.5s; + cursor: pointer; + margin: 15px; + } .buttonselected { border-radius: 4px; background-color: var(--button-selected);