Wallet/src/sass/components/content-frame.scss

11 lines
No EOL
136 B
SCSS

.content-frame {
&.negative-top {
margin-top: -40px;
.card {
&:first-child {
margin-top: 0;
}
}
}
}