-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from michelada/chore/headers-semantic-refactor
Chore/headers-semantic-refactor
- Loading branch information
Showing
2 changed files
with
26 additions
and
34 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 |
---|---|---|
@@ -1,27 +1,19 @@ | ||
@layer components { | ||
.header { | ||
&.main-container { | ||
header { | ||
&.page-header { | ||
@apply bg-white w-full min-w-min pt-6 pb-4 px-4 flex flex-col lg:flex-row; | ||
|
||
@screen lg { | ||
@apply pt-10 pb-8 px-28; | ||
} | ||
} | ||
|
||
&.text-container { | ||
& section { | ||
@apply w-full min-w-min; | ||
} | ||
|
||
&.add-on-container { | ||
& aside { | ||
@apply lg:w-2/5 min-w-min px-0 lg:px-4 py-4 flex justify-end lg:justify-end space-x-6; | ||
} | ||
|
||
&.title { | ||
@apply lg:max-w-xl font-bold font-avant text-blue-dark text-lg lg:text-3xl; | ||
} | ||
|
||
&.description { | ||
@apply lg:max-w-xl text-gray; | ||
} | ||
} | ||
} |