more explicit flex props added to action button styles

This commit is contained in:
nklhrstv 2020-03-29 23:56:16 +03:00
parent 9cfc3fb5ac
commit 2e9eef7ffc

View file

@ -11,9 +11,8 @@
} }
.icon-container { .icon-container {
flex-grow: 0; flex: 0 0 50%;
flex-shrink: 0; align-self: stretch;
flex-basis: 50%;
padding-top: 15%; padding-top: 15%;
&:only-child { &:only-child {
@ -29,9 +28,8 @@
} }
.label-container { .label-container {
flex-grow: 0; flex: 0 0 50%;
flex-shrink: 0; align-self: stretch;
flex-basis: 50%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;