mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-23 08:18:17 +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;
|
||
|
}
|
||
|
}
|