Apply styling

This commit is contained in:
Chi Vinh Le
2017-09-04 23:13:00 +07:00
parent 89258638d4
commit 74e8c28f45
8 changed files with 72 additions and 20 deletions
@@ -12,7 +12,6 @@
left: 0px;
min-width: 20px;
text-align: left;
color: #616161;
}
.menu::before{
@@ -38,4 +37,9 @@
.actions {
display: flex;
justify-content: flex-end;
margin-top: 8px;
&:empty {
display: none;
}
}