bitwarden-estensione-browser/src/popup/scss/grid.scss

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

12 lines
122 B
SCSS
Raw Normal View History

2021-09-14 13:36:34 +02:00
.row {
display: flex;
margin: 0 -15px;
width: 100%;
}
.col {
flex-basis: 0;
flex-grow: 1;
padding: 0 15px;
}