You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
784 B
42 lines
784 B
2 years ago
|
.news-grid .view-content {
|
||
|
@include breakpoint(large) {
|
||
|
@include flex-grid-row(null, $grid-row-width, null, true, 1em);
|
||
|
@include flex-grid-layout(2, '.views-row');
|
||
|
.views-row:nth-child(odd) {
|
||
|
padding-right: $global-margin;
|
||
|
}
|
||
|
.views-row:nth-child(even) {
|
||
|
padding-left: $global-margin;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.news-grid__tile {
|
||
|
.field__label {
|
||
|
display: none;
|
||
|
}
|
||
|
&:hover {
|
||
|
color: $red;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
img {
|
||
|
//max-width: rem-calc(240);
|
||
|
//max-height:rem-calc(200);
|
||
|
height: rem-calc(160);
|
||
|
width: auto;
|
||
|
}
|
||
|
height: rem-calc(200);
|
||
|
a {
|
||
|
float: right; //@include button();
|
||
|
//padding:0;
|
||
|
}
|
||
|
p a {
|
||
|
}
|
||
|
h3 {
|
||
|
font-weight: bold;
|
||
|
font-size: rem-calc(20);
|
||
|
}
|
||
|
}
|
||
|
.news-grid__text {
|
||
|
overflow: hidden;
|
||
|
}
|