Put bottom actions in its own component

This commit is contained in:
Franc Camps-Febrer
2018-12-04 16:52:36 +00:00
parent 36c2a5a672
commit 2dd83ecee5
4 changed files with 123 additions and 162 deletions

View File

@@ -161,10 +161,12 @@
}
.toolbar-tab {
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
height: 60px;
width: 110px;
padding: 10px 0 5px 0;
padding: 5px 0 5px 0;
font-weight: 400;
text-overflow: ellipsis;
overflow: hidden;