hacks-guide-minimal-mistake.../assets/less/480.less

19 lines
549 B
Text
Raw Normal View History

2013-05-24 16:25:31 +02:00
// ROOT =======================================================
// TYPOGRAPHY =================================================
// TEXTURE ====================================================
// ELEMENTS ===================================================
// LAYOUT =====================================================
2013-09-07 16:10:55 +02:00
.article-author-top,
.article-author-bottom {
.transition(all .2s ease);
.opacity(.7);
&:hover {
.opacity(1);
}
}
2013-05-24 16:25:31 +02:00
.image-grid {
li {
width: 33.333333%;
}
}
// VENDOR-SPECIFIC ============================================