Small tweak
This commit is contained in:
parent
c8c21869c4
commit
1507a0b01e
@ -8,4 +8,5 @@
|
||||
@import 'image/image';
|
||||
@import 'logo/logo';
|
||||
@import 'tag/tag';
|
||||
@import 'message/message';
|
||||
@import 'message/message';
|
||||
@import 'pagination/pagination';
|
@ -64,5 +64,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: Crimson;
|
||||
src: url("fonts/Crimson/CrimsonText-Regular.ttf"), url("fonts/Crimson/CrimsonText-Bold.ttf"), url("fonts/Crimson/CrimsonText-Italic.ttf"); }
|
||||
@ -246,7 +247,34 @@ body {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center; }
|
||||
justify-content: center;
|
||||
padding: 8px; }
|
||||
|
||||
.LP-Pagination {
|
||||
font-family: Montserrat, Helvetica, sans-serif;
|
||||
font-weight: bold; }
|
||||
.LP-Pagination .LP-Pagination__List {
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
flex-direction: row; }
|
||||
.LP-Pagination .LP-Pagination__Item {
|
||||
margin: 0 4px; }
|
||||
.LP-Pagination .LP-Pagination__Item--current .LP-Link {
|
||||
background-color: #C09F80;
|
||||
border-radius: 2px; }
|
||||
.LP-Pagination .LP-Pagination__Item--current .LP-Link:hover {
|
||||
background-color: #C09F80;
|
||||
color: #565656; }
|
||||
.LP-Pagination .LP-Link {
|
||||
padding: 15px 25px; }
|
||||
.LP-Pagination .LP-Link:active, .LP-Pagination .LP-Link:hover {
|
||||
background-color: #D7CEC7;
|
||||
border-radius: 2px;
|
||||
color: #565656; }
|
||||
.LP-Pagination .LP-Pagination__Previous:before {
|
||||
content: "«"; }
|
||||
.LP-Pagination .LP-Pagination__Next:before {
|
||||
content: "»"; }
|
||||
|
||||
.LP-Content {
|
||||
padding: 35px; }
|
||||
|
Loading…
Reference in New Issue
Block a user