33 lines
521 B
SCSS
33 lines
521 B
SCSS
.store-wrapper {
|
|
text-align: center;
|
|
padding-top: 80px;
|
|
font-family: "Open Sans";
|
|
|
|
>p {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.icon {
|
|
display: inline-block;
|
|
width: 100px;
|
|
height: 34px;
|
|
margin: 0 18px 0 0;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
background: transparent center no-repeat;
|
|
}
|
|
}
|
|
|
|
footer#footer {
|
|
margin: 80px 0;
|
|
|
|
.copyright {
|
|
border-top: #F0F3F7 solid 2px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 10px;
|
|
line-height: 16px;
|
|
color: #8593A6;
|
|
}
|
|
}
|