Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
76 righe
1.2 KiB
76 righe
1.2 KiB
.item .thumbnail { |
|
margin-bottom:0; |
|
} |
|
.carousel-control.left, .carousel-control.right { |
|
background-image:none !important; |
|
} |
|
.carousel-control { |
|
background: #ddd; |
|
color:#999; |
|
padding: 4px 0; |
|
width:26px; |
|
top:auto; |
|
left:auto; |
|
bottom:0; |
|
opacity:1; |
|
text-shadow:none; |
|
} |
|
.carousel-control.right { |
|
right:10px; |
|
} |
|
.carousel-control.left { |
|
right: 40px; |
|
} |
|
|
|
|
|
.aui blockquote { |
|
border-left: none; |
|
} |
|
|
|
.carousel-container { |
|
width: 100%; |
|
.portlet-title { |
|
display: none; |
|
} |
|
|
|
.carousel-inner { |
|
.item { |
|
padding: 0 50px; |
|
} |
|
.title-caption { |
|
text-transform: uppercase; |
|
margin: 0; |
|
font-size: 14px; |
|
} |
|
.news__grid-item--description { |
|
font-size: 12px; |
|
} |
|
.date-category { |
|
font-size: 10px; |
|
} |
|
blockquote { |
|
padding: 0; |
|
margin: 0; |
|
} |
|
} |
|
|
|
.carousel-controls { |
|
position: absolute; |
|
width: 100%; |
|
height: 100%; |
|
top:0; |
|
@include display-flex(); |
|
@include align-items(center); |
|
@include justify-content(space-between); |
|
|
|
.carousel-control { |
|
width: 30px; |
|
@include display-flex(); |
|
@include align-items(center); |
|
|
|
span { |
|
color: $footer-color; |
|
} |
|
} |
|
} |
|
} |