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