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 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;
}