Skip to content

Instantly share code, notes, and snippets.

@tomsseisums
Created March 17, 2021 10:02
Show Gist options
  • Save tomsseisums/f32645d01c7967becfdb5bfe9947bf53 to your computer and use it in GitHub Desktop.
Save tomsseisums/f32645d01c7967becfdb5bfe9947bf53 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.ContentItem {
&ApplicationForm {
+ * {
margin-top: 80rem;
}
* + &, &:first-of-type {
margin-top: 80rem;
}
&:last-of-type {
margin-bottom: 80rem;
}
}
&SmallInfo {
* + &, & + *, &:first-of-type {
margin-top: 60rem;
}
&:last-of-type {
margin-bottom: 60rem;
}
}
}
.ContentItemApplicationForm + * {
margin-top: 80rem;
}
* + .ContentItemApplicationForm, .ContentItemApplicationForm:first-of-type {
margin-top: 80rem;
}
.ContentItemApplicationForm:last-of-type {
margin-bottom: 80rem;
}
* + .ContentItemSmallInfo, .ContentItemSmallInfo + *, .ContentItemSmallInfo:first-of-type {
margin-top: 60rem;
}
.ContentItemSmallInfo:last-of-type {
margin-bottom: 60rem;
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment