fix css
This commit is contained in:
parent
73ae8169a1
commit
f24b289cd4
1 changed files with 5 additions and 8 deletions
|
|
@ -430,11 +430,9 @@
|
||||||
&__photo {
|
&__photo {
|
||||||
height: 9rem;
|
height: 9rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: linear-gradient(
|
background: linear-gradient(160deg,
|
||||||
160deg,
|
|
||||||
color-mix(in srgb, var(--color-primary) 22%, var(--color-surface-alt)),
|
color-mix(in srgb, var(--color-primary) 22%, var(--color-surface-alt)),
|
||||||
var(--color-surface-alt)
|
var(--color-surface-alt));
|
||||||
);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
@ -541,7 +539,7 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
padding: var(--space-md);
|
padding: var(--space-md);
|
||||||
|
|
||||||
& + & {
|
&+& {
|
||||||
border-top: 1px solid var(--color-border);
|
border-top: 1px solid var(--color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -729,7 +727,6 @@
|
||||||
.recipe-form {
|
.recipe-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-width: 40rem;
|
|
||||||
gap: var(--space-xs);
|
gap: var(--space-xs);
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue