Skip to content

Instantly share code, notes, and snippets.

@luboskmetko
Created March 25, 2021 13:20
Show Gist options
  • Save luboskmetko/dd225f2e0c3b54230cf881ada2961049 to your computer and use it in GitHub Desktop.
Save luboskmetko/dd225f2e0c3b54230cf881ada2961049 to your computer and use it in GitHub Desktop.
.teaser {
padding: 2em;
.learn-more {
border: 1px solid $color-border;
}
svg {
width: 16px;
}
}
.teaser--small {
padding: 1em;
}
.teaser__title {
font-size: 2em;
}
#pagination {
text-align: center;
}
@hamzahanif192
Copy link

.teaser {
padding: $spacing-lg;

&__learn-more {
border: 1px solid $color-border;
}

&__icon {
width: 16px;
}

&--small {
padding: $spacing-md;
}

&__title {
font-size: $font-xl;
}
}

.pagination {
text-align: center;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment