mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
9 lines
94 B
SCSS
9 lines
94 B
SCSS
@import "./common";
|
|
|
|
.peerCard {
|
|
@include border-shadow;
|
|
|
|
> * {
|
|
padding: 0.5rem;
|
|
}
|
|
} |