Skip to content

Instantly share code, notes, and snippets.

@fredbegin11
Created November 1, 2019 21:48
Show Gist options
  • Select an option

  • Save fredbegin11/fe0c7cfa66045e2b42bf95240b37ef17 to your computer and use it in GitHub Desktop.

Select an option

Save fredbegin11/fe0c7cfa66045e2b42bf95240b37ef17 to your computer and use it in GitHub Desktop.
.card {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
display: flex;
flex-direction: column;
max-width: 300px;
&__title {
font-size: 24px;
padding: 10px;
}
&__description {
padding: 10px;
}
&.--warning {
background-color: rgba(233, 212, 96, 0.5);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment