diff --git a/css/main.css b/css/main.css index 4446c57c5..9ceb2b6fc 100644 --- a/css/main.css +++ b/css/main.css @@ -78,7 +78,7 @@ body { } .panel:hover { - background: #111; + background: #efefef; } .box-backup { @@ -91,21 +91,31 @@ a.box-backup { color: #111; } -a.panel:hover, a.panel:hover p { - color:#fff; -} - .box-backup i { margin-bottom: 2rem; display: block; } +p { + margin-bottom: 0.5rem; +} + +.pending button { + margin: 0; +} + +.line { + border-top: 1px solid #ccc; + padding-bottom: 1rem; +} + button.primary { background-color: #111; } button.secondary { background-color: #FAE448 !important; } button.primary:hover { background-color: #333;} button.secondary:hover { background-color: #D7C020 !important;} +.m0 {margin: 0;} .db {display: block;} .size-12 { font-size: 12px; } .size-14 { font-size: 14px; } diff --git a/index.html b/index.html index 20b6ecdcd..534d427a2 100644 --- a/index.html +++ b/index.html @@ -123,38 +123,68 @@ - +