From ead006a3111d426165213aa8685e087f8b6d4c76 Mon Sep 17 00:00:00 2001 From: eight Date: Tue, 19 Sep 2017 05:10:45 +0800 Subject: [PATCH] Fix: remove button style --- content/install-user-css.css | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/content/install-user-css.css b/content/install-user-css.css index 9de92ac3..25d47e76 100644 --- a/content/install-user-css.css +++ b/content/install-user-css.css @@ -21,7 +21,7 @@ body { overflow-wrap: break-word; } -.header h1:first-child { +.header :first-child { margin-top: 0; } @@ -54,7 +54,7 @@ h1 small { width: -moz-fit-content; display: flex; align-items: center; - margin: 0.5em auto; + margin: 0.5em 0; } .live-reload input { @@ -69,29 +69,6 @@ h1 small { margin: 0 7.5px; } -button.install { - display: block; - margin: 0 auto; - font-size: 2em; - padding: 0.4em 0.8em; -} - -button.install { - background: #3586FF; - color: white; - border-radius: 0.2em; - border: 1px solid #0026ff; -} - -button.install:not([disabled]):active { - box-shadow: inset 0px 0px 0.4em 0px #6A3B82; -} - -button.install.installed { - background: #00F587; - border-color: #00ae08; -} - .code { padding: 2em; font-family: monospace;