Skip to content

Instantly share code, notes, and snippets.

View Onepo1ntFive's full-sized avatar
🍉

Sergei Solovev Onepo1ntFive

🍉
View GitHub Profile
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
function pad(n) {
return (n < 10) ? ("0" + n) : n;
}
<div class="b-benefits">
.benefits__item*5>(.benefits__pic>img[src=""])+(.benefits__title{title})
</div>
/*---------------------------------*/
@media handheld, only screen and (min-width: 980px) { /*-DESKTOP-*/
/*--------------------------*/
.hide-on-desktop {
display: none !important;
}
/*--------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (min-width: 980px) and (max-width: 1400px) { /*-SMALL DESKTOP-*/
html * {
max-height: 999999px;
}
body {
-webkit-text-size-adjust: 100%;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
opacity: 1;
}
::-moz-placeholder {
color: #999;
opacity: 1;