mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-17 02:31:09 +01:00
fix line height for buttons
This commit is contained in:
@@ -272,15 +272,28 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
border-width: 1.5px;
|
border-width: 1.5px;
|
||||||
|
line-height: 1.5;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 32px;
|
||||||
}
|
}
|
||||||
.wp-action-btn i {
|
.wp-action-btn i {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
|
font-size: 14px;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.wp-action-buttons {
|
.wp-action-buttons {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.wp-action-buttons .wp-action-btn {
|
.wp-action-buttons .wp-action-btn {
|
||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
.btn-outline-primary {
|
.btn-outline-primary {
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
|
|||||||
Reference in New Issue
Block a user