update styles
This commit is contained in:
parent
a52f55b5d4
commit
ed00a87a7a
@ -213,6 +213,11 @@ section.settings {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.flex-column {
|
||||
@extend .flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flex-end {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
@ -2,11 +2,6 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex-column {
|
||||
@extend .d-flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.tenant-section {
|
||||
align-items: center;
|
||||
width: 100vw;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user