block blue
This commit is contained in:
parent
2bcb3f1dc9
commit
3488208d8d
|
@ -308,4 +308,20 @@
|
||||||
color: $text-color-dark;
|
color: $text-color-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
.block_color {
|
||||||
|
font-size: 15px;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-right: 15px;
|
||||||
|
padding-left: 50px;
|
||||||
|
border-radius: 10px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 30px;
|
||||||
|
background-position: 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block_blue {
|
||||||
|
border: 1px dashed #3b5f72;
|
||||||
|
background-color: #e2f3ff;
|
||||||
|
background-image: url("/img/info.svg");
|
||||||
|
}
|
||||||
|
}
|
|
@ -6,7 +6,9 @@
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
||||||
{{ range sort .Paginator.Pages }}
|
{{ $pages := .Pages }}
|
||||||
|
|
||||||
|
{{ range sort (.Paginate $pages).Pages }}
|
||||||
|
|
||||||
|
|
||||||
<article class="posts featured-post">
|
<article class="posts featured-post">
|
||||||
|
|
Loading…
Reference in a new issue