Formatting
This commit is contained in:
parent
0230182ef5
commit
0ed27167f7
@ -100,30 +100,37 @@ img {
|
||||
width: 256px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
margin: 0.75em auto;
|
||||
width: 256px;
|
||||
}
|
||||
|
||||
.label {
|
||||
width: fit-content;
|
||||
margin: 1em auto;
|
||||
padding: 0.5em 3em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.label:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.success {
|
||||
background-color: rgba(20, 158, 97, .24);
|
||||
color: #35df8d;
|
||||
}
|
||||
|
||||
.success:hover {
|
||||
background-color: #35df8d;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: rgba(245, 57, 94, .24);
|
||||
color: #ff7386;
|
||||
}
|
||||
|
||||
.error:hover {
|
||||
background-color: #ff7386;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user