Skip to content

Commit

Permalink
Merge pull request #841 from OutSystems/ROU-4563
Browse files Browse the repository at this point in the history
ROU-4563: Fix Header Preview on LayoutBase
  • Loading branch information
BenOsodrac committed Oct 11, 2023
2 parents e60d1c6 + 0cb6889 commit 27f6d30
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/OutSystemsUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,10 @@ body,
-servicestudio-align-items:center;
-servicestudio-flex-direction:row;
}
.layout-blank .header-content{
-servicestudio-align-items:center;
-servicestudio-flex-direction:row;
}
.layout-side .aside-navigation{
-servicestudio-background-color:var(--color-neutral-0);
-servicestudio-height:100%;
Expand Down
11 changes: 11 additions & 0 deletions src/scss/02-layout/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@
}
}

///
.layout-blank {
.header-content {
// Service Studio Preview
& {
-servicestudio-align-items: center;
-servicestudio-flex-direction: row;
}
}
}

///
.layout-side {
.aside-navigation {
Expand Down

0 comments on commit 27f6d30

Please sign in to comment.