Код: Выделить всё
.my_element {
margin-left: 75px;
}
Код: Выделить всё
.other_element {
width: auto;
}
.my_element {
margin-left: [somehow-reference-other-element-width];
}
Код: Выделить всё
$myWidth: 75px;Подробнее здесь: https://stackoverflow.com/questions/166 ... er-element
Мобильная версия