From 93ec3cc3232330b366f047dc8ca9628edddbb2d3 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 20 Feb 2020 18:42:08 +0100 Subject: [PATCH] style build button --- index.css | 33 ++++++++++++++++++++++++++++++--- index.html | 5 +++-- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 0217db7..75391db 100644 --- a/index.css +++ b/index.css @@ -174,7 +174,34 @@ header > div { } #custom textarea { - width: 300px; - height: 80px; + width: 500px; + height: 120px; font-size: 16px; -} \ No newline at end of file + display: block; +} + +#custom a :first-child { + width: 30px; + margin-right: 10px; + margin-top: 0px; + font-size: 36px; +} + +#custom a { + text-decoration: none; + border-radius: 4px; + padding: 2px 10px; + margin: 5px; + font-size: 16px; + cursor: pointer; + letter-spacing: 0.05em; + display: inline-flex; + align-items: center; + box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12); + color: #fff; + background-color: #00A3E1; +} + +.download-help { + display: none; +} diff --git a/index.html b/index.html index b25d69c..9376f74 100644 --- a/index.html +++ b/index.html @@ -42,10 +42,11 @@

Customize

- Request Build + + Request Build +
-

Release Build

Model:
-- 2.30.2