Archive commit

This commit is contained in:
Erik McClure
2019-08-28 21:15:02 -07:00
commit 735845746e
1435 changed files with 140724 additions and 0 deletions
@@ -0,0 +1,26 @@
@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;
}