This commit is contained in:
Lieu Le
2019-09-25 17:42:02 +07:00
parent b2773abec6
commit e144387aa7
3 changed files with 36 additions and 4 deletions

View File

@@ -435,5 +435,22 @@
}
}
.dashboard {
.my-property-list {
.property-group-status + .property-meta-bottom {
top:40px;
}
.button-actions {
a {
margin-left: 5px;
padding: 5px 14px;
}
}
.my-properties-bottom {
display: block;
span {
background: $primary;
position: absolute;
top:0;
}
}
}