style fixes
This commit is contained in:
parent
b782494de7
commit
bda565f8c9
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ button {
|
||||||
padding: .5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
|
|
@ -179,12 +179,12 @@ select {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-header > div {
|
.settings-header > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list {
|
.settings-list {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue