Styling tweaks

This commit is contained in:
Chi Vinh Le
2018-05-04 19:29:05 +02:00
parent 822193bba5
commit 4bc8a167a4
2 changed files with 21 additions and 15 deletions
@@ -5,22 +5,25 @@
border: solid 1px transparent;
box-sizing: border-box;
justify-content: space-between;
margin: 16px 0;
&.editing {
padding: 10px;
border-color: #979797;
background-color: #EDEDED;
.actions {
top: 10px;
right: 10px;
}
.title {
margin-bottom: 1em;
}
}
}
.actions {
position: absolute;
top: 0px;
top: -6px;
right: 0px;
display: flex;
flex-direction: column;
@@ -29,7 +32,7 @@
.title {
color: #202020;
margin: 0 0 20px;
margin: 0;
}
.detailBottomBox {