1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-20 02:51:43 +02:00
bitwarden-desktop/src/scss/grid.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
107 B
SCSS
Raw Permalink Normal View History

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