From 8177597e4854c2ffa005c816f6552b0e76d3f484 Mon Sep 17 00:00:00 2001 From: cp6 Date: Fri, 22 Jan 2021 12:21:12 +1100 Subject: [PATCH] Added a new button (red) Added a new button class btn-third --- assets/css/style.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e261bed..1310d4d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -57,6 +57,7 @@ body { .container { max-width: 960px } + .modal-lg { max-width: 800px; } @@ -1317,7 +1318,7 @@ button.close { border-color: #3a73cf } -.btn-main:active { +.btn-main:active, .btn-second:active, .btn-third:active { background-image: none } @@ -1333,8 +1334,16 @@ button.close { border-color: #2ea69a } -.btn-second:active { - background-image: none +.btn-third { + color: #f7f7f7; + background-color: #f06f6f; + border-color: #df4b4b; +} + +.btn-third:hover, .btn-third:focus, .btn-third:active { + color: #f7f7f7; + background-color: #d05555; + border-color: #a62e2e; } .view-yabs-btn {