mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-10 09:49:53 +01:00
11 lines
117 B
SCSS
11 lines
117 B
SCSS
|
.row {
|
||
|
display: flex;
|
||
|
margin: 0 -15px;
|
||
|
}
|
||
|
|
||
|
.col {
|
||
|
flex-basis: 0;
|
||
|
flex-grow: 1;
|
||
|
padding: 0 15px;
|
||
|
}
|