|
|
@ -7,15 +7,19 @@ body {
|
|
|
|
font-size: 24px;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 1.6;
|
|
|
|
line-height: 1.6;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
|
|
|
background-color: #e6b0aa;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#app {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
section.recipe {
|
|
|
|
section.recipe {
|
|
|
|
display: inline-block;
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 48px auto;
|
|
|
|
padding: 32px;
|
|
|
|
padding: 32px;
|
|
|
|
width: 50ch;
|
|
|
|
width: 50ch;
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
background: linear-gradient(300deg, rgba(242, 173, 131, 1) 0%, rgba(207, 143, 73, 1) 100%);
|
|
|
|
|
|
|
|
box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -39,11 +43,13 @@ button {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button.add {
|
|
|
|
button.add {
|
|
|
|
display: inline-block;
|
|
|
|
display: block;
|
|
|
|
width: 48px;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
height: 48px;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-top: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
textarea + textarea {
|
|
|
|
textarea + textarea {
|
|
|
|