We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f574e commit 454171cCopy full SHA for 454171c
webroot/css/messages.css
@@ -1,11 +1,17 @@
1
.message {
2
background: green;
3
border-radius: 10px;
4
- padding: 5px 40px 5px 40px;
+ padding: 10px 40px 10px 40px;
5
text-align: center;
6
width: fit-content;
7
- margin: auto;
8
- color: #494949
+ margin-left: auto;
+ margin-right: auto;
9
+ margin-bottom: 20px;
10
+ color: #676767
11
+}
12
+
13
+.message h3 {
14
+ margin: 0;
15
}
16
17
.message.debug {
@@ -25,5 +31,5 @@
25
31
26
32
27
33
.message.error {
28
- background-color: rgb(255, 104, 104);
34
+ background-color: rgb(255, 182, 182);
29
35
0 commit comments