Skip to content

Commit f265bbf

Browse files
committed
Added warning class.
1 parent 90c395c commit f265bbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/jquery/css/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3023,6 +3023,11 @@ footer li img {
30233023
margin: 0;
30243024
}
30253025

3026+
.warning {
3027+
padding: 0.5em 1em;
3028+
margin: 1em;
3029+
background: #fff3a5;
3030+
}
30263031

30273032
/* Media Queries
30283033
========================================================================== */

0 commit comments

Comments
 (0)