Skip to content

Commit 454171c

Browse files
committed
margin, padding, color
1 parent a9f574e commit 454171c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

webroot/css/messages.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
.message {
22
background: green;
33
border-radius: 10px;
4-
padding: 5px 40px 5px 40px;
4+
padding: 10px 40px 10px 40px;
55
text-align: center;
66
width: fit-content;
7-
margin: auto;
8-
color: #494949
7+
margin-left: auto;
8+
margin-right: auto;
9+
margin-bottom: 20px;
10+
color: #676767
11+
}
12+
13+
.message h3 {
14+
margin: 0;
915
}
1016

1117
.message.debug {
@@ -25,5 +31,5 @@
2531
}
2632

2733
.message.error {
28-
background-color: rgb(255, 104, 104);
34+
background-color: rgb(255, 182, 182);
2935
}

0 commit comments

Comments
 (0)