style: fix formatting
This commit is contained in:
parent
bab0fbf692
commit
ed69bc0c66
2 changed files with 1 additions and 9 deletions
|
|
@ -450,14 +450,6 @@ img.no-image {
|
|||
}
|
||||
}
|
||||
|
||||
body.full-width {
|
||||
@include media-breakpoint-up(md) {
|
||||
.container {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.no-sidebar {
|
||||
@include media-breakpoint-up(md) {
|
||||
.layout-side-section {
|
||||
|
|
|
|||
|
|
@ -132,6 +132,6 @@
|
|||
}
|
||||
|
||||
.success-state {
|
||||
margin-bottom: var(--margin-lg);;
|
||||
margin-bottom: var(--margin-lg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue