mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-19 23:48:49 +00:00
13 lines
150 B
SCSS
13 lines
150 B
SCSS
|
.flex-wrapper {
|
||
|
display: flex;
|
||
|
&-wrap {
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
&-nowrap {
|
||
|
flex-wrap: nowrap;
|
||
|
}
|
||
|
.flex-spacer {
|
||
|
flex-grow: 2;
|
||
|
}
|
||
|
}
|