refactor(app): replace custom actions with built-in component

This commit is contained in:
Dmitry Nehaychik 2017-04-29 18:41:44 +03:00
parent 0fc2b32085
commit 916289eb94
4 changed files with 23 additions and 39 deletions

View file

@ -3,16 +3,6 @@
display: flex;
justify-content: space-between;
i.control-icon {
&::before {
font-size: 2.3rem;
}
&:hover {
cursor: pointer;
}
}
div {
display: flex;
align-items: center;
@ -55,21 +45,5 @@
}
}
}
.right {
> * {
padding: 0 1.25rem;
border-left-width: 1px;
border-left-style: solid;
&:first-child {
border: none;
}
&:last-child {
padding-right: 0;
}
}
}
}