mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
17 lines
188 B
SCSS
17 lines
188 B
SCSS
@import "./common";
|
|
|
|
.peerCard {
|
|
@include border-shadow;
|
|
|
|
> * {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
@include card-with-actions;
|
|
|
|
.peerInfo {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
margin-bottom: 0.5rem;
|
|
} |