1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-21 03:01:37 +02:00
bitwarden-desktop/src/scss/grid.scss

11 lines
107 B
SCSS
Raw Permalink Normal View History

2021-09-15 20:02:46 +02:00
.row {
2021-12-20 15:47:17 +01:00
display: flex;
margin: 0 -15px;
2021-09-15 20:02:46 +02:00
}
.col {
2021-12-20 15:47:17 +01:00
flex-basis: 0;
flex-grow: 1;
padding: 0 15px;
2021-09-15 20:02:46 +02:00
}