Skip to content

Instantly share code, notes, and snippets.

@anfibiacreativa
Created April 9, 2020 10:54
Show Gist options
  • Save anfibiacreativa/c796c576d99c536290d64d63ce029fc5 to your computer and use it in GitHub Desktop.
Save anfibiacreativa/c796c576d99c536290d64d63ce029fc5 to your computer and use it in GitHub Desktop.
.teaser {
&__base {
display: inline-block;
padding: 30px 0;
border: 1px solid grey;
}
&__outerWrapper {
display: flex;
flex-direction: column;
padding: 0 15px;
}
&__wrapper {
padding: 0 15px;
}
&__hl {
padding: 10px 0;
font: normal bold 25px sans-serif;
}
&__button {
font: normal 18px sans-serif;
margin-top: 10px;
min-width: 130px;
cursor: pointer;
height: 30px;
border: 2px solid red;
background-color: red;
color: white;
&:hover,
&:focus {
border: 1px solid red;
color: red;
background-color: white;
}
}
&__img {
width: 100%;
height: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment