nfu-ctld/assets/stylesheets/template/modules/publication.scss

54 lines
1.1 KiB
SCSS

@charset "utf-8";
@import "../initial";
.index-publications-4{
.i-annc__title {
color: #414141;
font-size: 0.9em;
background-color: #ffd900;
}
.i-annc__item{
position: relative;
margin: 15px;
border: 0;
background-color: #fff;
-moz-box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.3);
-webkit-box-shadow: 4px 4px 3px rgba(20%, 20%, 40%, 0.3);
box-shadow: 4px 4px 3px rgba(20%, 20%, 40%, 0.3);
.i-annc__img-wrap {
padding: 1em;
}
.i-annc__meta{
display: none!important;
}
&:hover{
border: 0!important;
.over-mask{
display:block!important;
a{
width: 100%;
height: 100%;
padding: 0 0 80px 0;
color: #fff;
font-size: 1.2em;
font-weight: 500;
background-color: rgba(0, 0, 0, 0.4);
box-sizing: border-box;
display: flex!important;
justify-content: center;
align-items: flex-end;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.text{
color: #fff!important;
}
}
}
}
}