11 lines
136 B
SCSS
11 lines
136 B
SCSS
|
|
.content-frame {
|
||
|
|
&.negative-top {
|
||
|
|
margin-top: -20px;
|
||
|
|
|
||
|
|
.card {
|
||
|
|
&:first-child {
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|