flex properties added to buttons style

This commit is contained in:
svetlagasheva 2019-10-01 16:05:03 +03:00
parent 12f01ec6be
commit 4e1104c292

View file

@ -43,7 +43,9 @@
margin: 1.4rem 0;
.button-container {
flex: 1;
flex-grow: 0;
flex-shrink: 1;
flex-basis: 14rem;
display: flex;
flex-direction: row;
align-items: center;
@ -101,6 +103,9 @@
}
.copy-button {
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
display: flex;
flex-direction: row;
align-items: center;
@ -109,6 +114,7 @@
background-color: var(--color-surface);
.icon {
flex: none;
width: 1.4rem;
height: 1.4rem;
margin-right: 0.6rem;