ux refine
This commit is contained in:
@@ -63,6 +63,12 @@ button,
|
||||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
.button-secondary {
|
||||
background: #eef3f8;
|
||||
color: #1f2937;
|
||||
border: 1px solid #cbd5e1;
|
||||
}
|
||||
|
||||
.button:hover,
|
||||
button:hover {
|
||||
opacity: 0.92;
|
||||
@@ -280,6 +286,12 @@ button:hover {
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.form-field {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user