Move to Adam's Blog template
This commit is contained in:
19
assets/css/sass/parts/_pagination.scss
Normal file
19
assets/css/sass/parts/_pagination.scss
Normal file
@ -0,0 +1,19 @@
|
||||
.pagination {
|
||||
margin-bottom: 30px;
|
||||
.previous {
|
||||
float: left;
|
||||
}
|
||||
.next {
|
||||
float: right;
|
||||
}
|
||||
.previous, .next {
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
color: $dark-gray;
|
||||
&:hover {
|
||||
opacity: .8;
|
||||
color: $dark-pink;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user