Created
April 2, 2018 19:49
-
-
Save mlshv/492f01a5233561d3dea4d4df758a732a to your computer and use it in GitHub Desktop.
ITCFnd. Карточка магазина - CSS
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
| .store-card { | |
| margin-bottom: 48px; | |
| } | |
| .store-card__link { | |
| display: block; | |
| text-decoration: inherit; | |
| color: inherit; | |
| } | |
| .store-card__image { | |
| width: 100%; | |
| border-radius: 16px; | |
| } | |
| .store-card__name { | |
| margin: 6px 0; | |
| font-weight: bold; | |
| font-size: 24px; | |
| line-height: 32px; | |
| text-align: left; | |
| color: #333333; | |
| } | |
| .store-card__text { | |
| margin: 6px 0 0 0; | |
| } | |
| .store-card__order-info { | |
| margin: 6px 0; | |
| font-size: 16px; | |
| line-height: 22px; | |
| } | |
| .store-card__min-price { | |
| font-weight: bold; | |
| } | |
| .store-card__delivery-info { | |
| margin: 0 0 6px 0; | |
| font-weight: bold; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment