forked from Zynh0722/nyazoom
format css
parent
c9dfe1588e
commit
d63b8e2820
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
background-color: #FCB0B3;
|
background-color: #fcb0b3;
|
||||||
color: #25283D;
|
color: #25283d;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -12,15 +12,15 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-wrapper {
|
.link-wrapper {
|
||||||
background-color: #49DCB1;
|
background-color: #49dcb1;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
border: 1px solid #25283D;
|
border: 1px solid #25283d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.return-button {
|
.return-button {
|
||||||
all: unset;
|
all: unset;
|
||||||
background-color: #49DCB1;
|
background-color: #49dcb1;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
background-color: #FCB0B3;
|
background-color: #fcb0b3;
|
||||||
color: #25283D;
|
color: #25283d;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -54,7 +54,7 @@ body {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
[type="file"] + label {
|
[type="file"] + label {
|
||||||
background-color: #49DCB1;
|
background-color: #49dcb1;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -70,7 +70,7 @@ body {
|
||||||
|
|
||||||
[type="submit"] {
|
[type="submit"] {
|
||||||
all: unset;
|
all: unset;
|
||||||
background-color: #49DCB1;
|
background-color: #49dcb1;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue