Skip to content

Commit

Permalink
Move main-header (lay-out) styling to separate file (need to check wi…
Browse files Browse the repository at this point in the history
…th team regarding naming/location)
  • Loading branch information
brenner-company committed Apr 16, 2021
1 parent 8c82dee commit cdfa8d3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ $icon-font-location: '/fonts/'; // overrides the default location for flanders-i
// @import "node_modules/@kanselarij-vlaanderen/au-kaleidos-css/auk-standalone";
@import "au-kaleidos-css/auk-standalone";
@import "au-kaleidos-css/auk-additions";

// (not sure about naming/location)
@import 'custom-application/m-header';
13 changes: 13 additions & 0 deletions app/styles/custom-application/m-header.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.l-main-header {
//
}

.l-main-header__toolbar {
position: absolute;
top: 0;
right: 18rem;
left: 18rem;
max-height: 4rem;
z-index: 3200;
width: calc(100% - 37rem);
}

0 comments on commit cdfa8d3

Please sign in to comment.