From 8795934e47b91fa1ece51e2a0f1199ef68d70457 Mon Sep 17 00:00:00 2001 From: Oscar Sironi Date: Tue, 26 Mar 2019 23:54:40 +0100 Subject: [PATCH] Addes a .box-success class (#469) * Added a .box-success class Added a .box-success class * Update main.css --- css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index d37ed08..059c769 100644 --- a/css/main.css +++ b/css/main.css @@ -715,7 +715,7 @@ td.gutter { } /* --- Notification boxes --- */ -.box-note, .box-warning, .box-error { +.box-note, .box-warning, .box-error, .box-success { padding: 15px 15px 15px 10px; margin: 20px 20px 20px 5px; border: 1px solid #eee; @@ -738,6 +738,11 @@ td.gutter { border-left-color: #c0392b; } +.box-success { + background-color: #98FB98; + border-left-color: #3CB371; +} + /* Fix table border github gist snippets */ .gist, .gist-file table tr {