diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-03-13 16:33:45 +0200 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-03-13 16:33:45 +0200 |
commit | c40293acd3a00b20d74cf37823b7efb1b75dec9b (patch) | |
tree | baae5261dae9549bdb24f74aa2249965ec183fbc /rannak/mangud/perenaine/memori/style.css | |
parent | 1add8ef6285df97270dae4df9f68591443fc5925 (diff) |
Sissejuhatus Btn clean
Diffstat (limited to 'rannak/mangud/perenaine/memori/style.css')
-rwxr-xr-x | rannak/mangud/perenaine/memori/style.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/rannak/mangud/perenaine/memori/style.css b/rannak/mangud/perenaine/memori/style.css index f76cfda..eebb566 100755 --- a/rannak/mangud/perenaine/memori/style.css +++ b/rannak/mangud/perenaine/memori/style.css @@ -20,7 +20,6 @@ h1 { } .moveOn{ - display: inline-block; border: none; padding: 6px 12px; margin-botton: 0; @@ -61,17 +60,17 @@ button:disabled{ } .modalButton{ - background-color: rgba(0,136,169,1) !important; - border: none !important; - border-radius: 50px !important; - cursor: pointer !important; - transition: all 0.3 ease 0 !important; - font-size: 1.2rem !important; - text-align: center !important; - position: absolute !important; - top: 65% !important; - left: 50% !important; - transform: translate(-50%, -50%) !important; + background-color: rgba(0,136,169,1); + border: none; + border-radius: 50px; + cursor: pointer; + transition: all 0.3 ease 0; + font-size: 1.2rem; + text-align: center; + position: absolute; + top: 65%; + left: 50%; + transform: translate(-50%, -50%); } .modalButton:hover{ @@ -90,6 +89,7 @@ button:disabled{ display: flex; flex-wrap: wrap; perspective: 1000px; + max-width: 70%; } .memory-card { |