File size: 170 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.loading {
max-width: 720px;
margin: 0 auto;
margin-bottom: 16px;
padding: 0 16px;
&__placeholder {
@include placeholder();
width: 100%;
height: 186px;
}
}
|