-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move main-header (lay-out) styling to separate file (need to check wi…
…th team regarding naming/location)
- Loading branch information
1 parent
8c82dee
commit cdfa8d3
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} |