Make the styling of the save button more consistent
This commit is contained in:
parent
c29fa3e017
commit
baaafcccfc
1 changed files with 10 additions and 0 deletions
|
|
@ -7,4 +7,14 @@
|
||||||
border: 1px solid rebeccapurple;
|
border: 1px solid rebeccapurple;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
button {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue