Вот у меня есть два класса CSS: p>
Код: Выделить всё
.smallbox {
background-color: white;
height: 75px;
width: 150px;
font-size:20px;
box-shadow: 0 0 10px #ccc;
font-family: inherit;
}
.smallbox-paysummary {
@extend .smallbox;
font-size:10px;
}
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/251 ... ce-for-css
Мобильная версия