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