53 lines
997 B
SCSS
53 lines
997 B
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
.index-publications-4{
|
|
.i-annc__content-wrap{
|
|
height: auto;
|
|
background-color: transparent;
|
|
font-size: 1.2em;
|
|
}
|
|
.i-annc__meta{
|
|
display: none!important;
|
|
}
|
|
.i-annc__item{
|
|
padding-bottom: 4em !important;
|
|
padding: 1em !important;
|
|
margin: 0!important;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
.i-annc__entry-title{
|
|
text-align: center;
|
|
}
|
|
.i-annc__title {
|
|
color: #660000 !important;
|
|
font-family: Roboto, Arial;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
vertical-align: baseline;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.show-publications{
|
|
.i-annc__item{
|
|
flex-wrap: wrap;
|
|
max-width: 480px;
|
|
margin: auto;
|
|
padding: 0;
|
|
}
|
|
.i-annc__content-wrap {
|
|
background-color:transparent;
|
|
padding-top: 1em;
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
.i-annc__img-wrap {
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
.i-annc__entry-title {
|
|
font-size: 1.5em;
|
|
padding: 0 0.5em;
|
|
}
|
|
} |