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