Skip to content

Commit 7b26677

Browse files
author
Brazda, Tessa M. (JSC-IO111)[EAST2]
committed
Alert banner 508 fix point#3
1 parent c6f32f3 commit 7b26677

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/css/indexFormat.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,16 @@ a:focus {
179179
/* The alert message box */
180180
.alert {
181181
padding: 20px;
182-
background-color: #ff9800; /* Orange */
182+
border-left: .5rem solid;
183+
background-color: #FAF3D0; /* yellow */
184+
border-left-color: #ffbe2e;
183185
color: black;
184186
margin-bottom: 15px;
185187
}
188+
.alert.a{
189+
190+
}
191+
186192

187193
/* The close button */
188194
.closebtn {

0 commit comments

Comments
 (0)