Skip to content

Commit

Permalink
Addes a .box-success class (daattali#469)
Browse files Browse the repository at this point in the history
* Added a .box-success class

Added a .box-success class

* Update main.css
  • Loading branch information
realware-it authored and Matt Erickson committed Apr 22, 2020
1 parent 00e2994 commit aecc4fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,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;
Expand All @@ -759,6 +759,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 {
Expand Down

0 comments on commit aecc4fa

Please sign in to comment.