removed duplicate .row declaration
This commit is contained in:
parent
62ac278a85
commit
73da11f2eb
2 changed files with 6 additions and 24 deletions
18
src/renderer/less/bootstrap.less
vendored
18
src/renderer/less/bootstrap.less
vendored
|
@ -1205,24 +1205,6 @@ fieldset:disabled .btn {
|
|||
max-width: 1320px;
|
||||
}
|
||||
}
|
||||
.row {
|
||||
--bs-gutter-x: 1.5rem;
|
||||
--bs-gutter-y: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: calc(var(--bs-gutter-y) * -1);
|
||||
margin-right: calc(var(--bs-gutter-x) * -.5);
|
||||
margin-left: calc(var(--bs-gutter-x) * -.5);
|
||||
}
|
||||
.row > * {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
padding-right: calc(var(--bs-gutter-x) * .5);
|
||||
padding-left: calc(var(--bs-gutter-x) * .5);
|
||||
margin-top: var(--bs-gutter-y);
|
||||
}
|
||||
|
||||
.col {
|
||||
flex: 1 0 0%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue