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