Created
November 1, 2019 21:48
-
-
Save fredbegin11/fe0c7cfa66045e2b42bf95240b37ef17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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