format css
This commit is contained in:
parent
c9dfe1588e
commit
d63b8e2820
2 changed files with 52 additions and 52 deletions
10
dist/css/link.css
vendored
10
dist/css/link.css
vendored
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
background-color: #FCB0B3;
|
||||
color: #25283D;
|
||||
background-color: #fcb0b3;
|
||||
color: #25283d;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
@ -12,15 +12,15 @@ body {
|
|||
}
|
||||
|
||||
.link-wrapper {
|
||||
background-color: #49DCB1;
|
||||
background-color: #49dcb1;
|
||||
padding: 1.5em;
|
||||
border-radius: 1em;
|
||||
border: 1px solid #25283D;
|
||||
border: 1px solid #25283d;
|
||||
}
|
||||
|
||||
.return-button {
|
||||
all: unset;
|
||||
background-color: #49DCB1;
|
||||
background-color: #49dcb1;
|
||||
padding: 1em;
|
||||
border-radius: 1em;
|
||||
cursor: pointer;
|
||||
|
|
8
dist/css/main.css
vendored
8
dist/css/main.css
vendored
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
background-color: #FCB0B3;
|
||||
color: #25283D;
|
||||
background-color: #fcb0b3;
|
||||
color: #25283d;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
@ -54,7 +54,7 @@ body {
|
|||
width: 1px;
|
||||
}
|
||||
[type="file"] + label {
|
||||
background-color: #49DCB1;
|
||||
background-color: #49dcb1;
|
||||
border-radius: 1em;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
|
@ -70,7 +70,7 @@ body {
|
|||
|
||||
[type="submit"] {
|
||||
all: unset;
|
||||
background-color: #49DCB1;
|
||||
background-color: #49dcb1;
|
||||
border-radius: 1em;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue