mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
12 lines
136 B
SCSS
12 lines
136 B
SCSS
@import "./common";
|
|
|
|
#PeerState {
|
|
@include home-view;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
> * {
|
|
margin-top: 1rem;
|
|
}
|
|
} |