22 changed files with 197 additions and 69 deletions
@ -0,0 +1,22 @@ |
|||
<div class="row news"> |
|||
|
|||
<div class="col-12"> |
|||
<div class="section-title">Ultime notizie</div> |
|||
<p class="item"><a href=""><span class="date">07-12-2017 </span> - Chiusura Uffici sabato 9</a></p> |
|||
<p class="item"><a href=""><span class="date">07-12-2017 </span> - Chiusura Uffici sabato 9</a></p> |
|||
<p class="item"><a href=""><span class="date">07-12-2017 </span> - Chiusura Uffici sabato 9</a></p> |
|||
<p class="item"><a href=""><span class="date">07-12-2017 </span> - Chiusura Uffici sabato 9</a></p> |
|||
</div> |
|||
|
|||
<div class="col-12 my-2 pages"> |
|||
<a class="font-12 selected" href="<?php echo $BASE_URL;?>/notizie/0">1</a> |
|||
<a class="font-12" href="<?php echo $BASE_URL;?>/notizie/0">1</a> |
|||
<a class="font-12" href="<?php echo $BASE_URL;?>/notizie/0">1</a> |
|||
<a class="font-12" href="<?php echo $BASE_URL;?>/notizie/0">1</a> |
|||
<a class="font-12" href="<?php echo $BASE_URL;?>/notizie/0">1</a> |
|||
<a class="font-12" href="<?php echo $BASE_URL;?>/notizie/0">1</a> |
|||
<a class="font-12" href="<?php echo $BASE_URL;?>/notizie/0">1</a> |
|||
</div> |
|||
|
|||
</div> |
|||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,39 @@ |
|||
|
|||
.last-news{ |
|||
font-size: $font-12; |
|||
.item{ |
|||
border-bottom: 1px solid $light-grey; |
|||
padding: 8px 10px; |
|||
.date{ |
|||
color: $red; |
|||
} |
|||
a{ |
|||
color: $dark-grey; |
|||
text-decoration: none; |
|||
transition: .4s; |
|||
&:hover{ |
|||
color: black; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
|||
.news{ |
|||
font-size: $font-12; |
|||
.item{ |
|||
border-bottom: 1px solid $light-grey; |
|||
padding: 8px 10px; |
|||
.date{ |
|||
color: $red; |
|||
} |
|||
a{ |
|||
color: $dark-grey; |
|||
text-decoration: none; |
|||
transition: .4s; |
|||
&:hover{ |
|||
color: black; |
|||
} |
|||
} |
|||
} |
|||
|
|||
} |
@ -0,0 +1,3 @@ |
|||
|
|||
@import "homepage"; |
|||
@import "news"; |
Loading…
Reference in new issue