commit jun 6
This commit is contained in:
46
style/news/_page-nav.scss
Normal file
46
style/news/_page-nav.scss
Normal file
@@ -0,0 +1,46 @@
|
||||
.page-navigation{
|
||||
padding: 30px 0 23px;
|
||||
margin: 57.6px 0;
|
||||
border-top: 1px solid #e0e0e8;
|
||||
border-bottom: 1px solid #e0e0e8;
|
||||
text-align: center;
|
||||
|
||||
.page-nav-links{
|
||||
.page-num-cur{
|
||||
line-height: 3;
|
||||
display: inline-block;
|
||||
height: 58px;
|
||||
margin: 0 16px 5px 0;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 1.25rem;
|
||||
color: #15c1c6;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
}
|
||||
|
||||
.page-num-next{
|
||||
color: #333333;
|
||||
display: inline-block;
|
||||
line-height: 3;
|
||||
height: 58px;
|
||||
margin: 0 16px 5px 0;
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
.next-icon{
|
||||
min-width: 58px;
|
||||
height: 58px;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
background-color: #15c1c6;
|
||||
margin-left: 30px;
|
||||
color:white;
|
||||
font-size: 20px;
|
||||
padding: 16px 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user