mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
27 lines
355 B
SCSS
27 lines
355 B
SCSS
@import '../../../../styles/partials/variables';
|
|
|
|
.btn-group.d-flex {
|
|
display: flex;
|
|
|
|
> .btn.flex-grow {
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
|
|
.dropdown-toggle {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.server-alert {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.alert .btn {
|
|
vertical-align: baseline;
|
|
font-weight: bold;
|
|
}
|