Skip to content

Commit

Permalink
FIX: CSS Syntax - thanks @cptsanifair
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 25, 2023
1 parent 0f48885 commit 03a7654
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Assets/css/messages.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.message {
background: #eee;
box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.31);
box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .31);
border-radius: 1em;
overflow: hidden;
display: flex;
Expand All @@ -43,7 +43,7 @@
.message header {
background: #9E9E9E;
width: 100%;
padding: 0.5em;
padding: .5em;
margin-bottom: 0;
border-bottom: 0;
}
Expand All @@ -55,7 +55,7 @@
font-style: normal;
color: #eee;
background: #353535;
padding: 1em 0.75em;
padding: 1em .75em;
font-size: 1.25em;
display: block;
width: 2.5em;
Expand All @@ -64,7 +64,7 @@
}

.message h3 {
margin: 0.75em;
margin: .75em;
font-size: 1.25em;
position: relative;
display: block;
Expand Down Expand Up @@ -107,7 +107,7 @@
}

.error h3:after {
border-bottom: 0.1em solid #D50000;
border-bottom: .1em solid #D50000;
}

.warning header {
Expand All @@ -125,7 +125,7 @@
}

.warning h3:after {
border-bottom: 0.1em solid #FF6F00;
border-bottom: .1em solid #FF6F00;
}

.neutral header {
Expand All @@ -143,7 +143,7 @@
}

.neutral h3:after {
border-bottom: 0.1em solid #448AFF;
border-bottom: .1em solid #448AFF;
}

.success header {
Expand All @@ -161,7 +161,7 @@
}

.success h3:after {
border-bottom: 0.1em solid #388E3C;
border-bottom: .1em solid #388E3C;
}

.uhm header {
Expand All @@ -179,5 +179,5 @@
}

.uhm h3:after {
border-bottom: 0.1em solid #c1610d;
border-bottom: .1em solid #c1610d;
}

0 comments on commit 03a7654

Please sign in to comment.