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

11 lines
136 B
SCSS
Raw Normal View History

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