Add missing } and remove margin
This commit is contained in:
parent
8574a6a1d1
commit
55b2575ee4
1 changed files with 11 additions and 11 deletions
|
@ -31,34 +31,34 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-navigation{
|
.blog-navigation {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
&__next{
|
&__next {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-form{
|
.edit-form {
|
||||||
&__title{
|
&__title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&__label{
|
&__label {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__input{
|
&__input {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-list{
|
.post-list {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|
||||||
&__post:hover{
|
&__post:hover {
|
||||||
background: @Grey-300;
|
background: @Grey-300;
|
||||||
margin: 5px;
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue