19 lines
No EOL
549 B
Text
19 lines
No EOL
549 B
Text
// ROOT =======================================================
|
|
// TYPOGRAPHY =================================================
|
|
// TEXTURE ====================================================
|
|
// ELEMENTS ===================================================
|
|
// LAYOUT =====================================================
|
|
.article-author-top,
|
|
.article-author-bottom {
|
|
.transition(all .2s ease);
|
|
.opacity(.7);
|
|
&:hover {
|
|
.opacity(1);
|
|
}
|
|
}
|
|
.image-grid {
|
|
li {
|
|
width: 33.333333%;
|
|
}
|
|
}
|
|
// VENDOR-SPECIFIC ============================================ |