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;
|
||||
justify-content: space-between;
|
||||
|
||||
&__next{
|
||||
&__next {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-form{
|
||||
&__title{
|
||||
.edit-form {
|
||||
&__title {
|
||||
display: flex;
|
||||
|
||||
&__label{
|
||||
&__label {
|
||||
flex: 0 0 auto;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&__input{
|
||||
&__input {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-list{
|
||||
.post-list {
|
||||
border-collapse: collapse;
|
||||
|
||||
&__post:hover{
|
||||
&__post:hover {
|
||||
background: @Grey-300;
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue