route reverse

This commit is contained in:
Fedor Katurov 2020-01-21 16:04:36 +07:00
parent 8cac89cdd1
commit 2d749166cf
6 changed files with 454 additions and 434 deletions

View file

@ -389,6 +389,22 @@
flex: 1;
}
.helper__icon_button {
width: 32px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
background: none;
border: none;
outline: none;
cursor: pointer;
svg {
margin-right: 0;
}
}
.helper__buttons {
display: flex;
align-items: center;