Improved button styling a bit
This commit is contained in:
parent
6614ffcd57
commit
6f85f4a45b
|
|
@ -15,16 +15,16 @@ button, input, select {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: #1160F0;
|
background: #3988FF;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0.25rem 0.4rem;
|
padding: 0.25rem 1rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #6B9CF5;
|
background-color: #0F6FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select {
|
input, select {
|
||||||
|
|
@ -87,6 +87,11 @@ input, select {
|
||||||
|
|
||||||
.sensor .header .actions {
|
.sensor .header .actions {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sensor .header .actions button {
|
||||||
|
margin-left: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-modal {
|
.settings-modal {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue