Add blog navigation
This commit is contained in:
parent
3d00f28657
commit
9fd9beb860
5 changed files with 42 additions and 12 deletions
|
@ -77,10 +77,20 @@ h1, h2, h3, h4, h5, h6 {
|
|||
}
|
||||
|
||||
nav {
|
||||
flex: 0 0 200px;
|
||||
flex: 0 0 250px;
|
||||
border-left: 1px solid @Grey-400;
|
||||
margin: 20px 0;
|
||||
padding: 0 10px;
|
||||
|
||||
.nav-list{
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
&__link{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -95,7 +105,7 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
button {
|
||||
button, .button {
|
||||
background: @accent;
|
||||
border: none;
|
||||
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue