generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 5
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 #518 from hlxsites/472-application-layout-changes
Application Page Layout changes
- Loading branch information
Showing
2 changed files
with
76 additions
and
10 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,11 +1,27 @@ | ||
.application main { | ||
@apply gap-10 mx-auto w-full bg-white; | ||
} | ||
|
||
.application main > div.columns-container > div.columns-wrapper { | ||
@apply bg-white; | ||
} | ||
|
||
.application main .columns > div div > p:not(.button-container) { | ||
@apply mt-3 leading-7 text-base text-danahergray-700; | ||
} | ||
@apply gap-10 mx-auto w-full bg-white py-4; | ||
} | ||
|
||
.application main .section { | ||
@apply py-2; | ||
} | ||
|
||
.application .default-content-wrapper h1 { | ||
@apply text-center text-gray-900 font-bold text-3xl pb-3; | ||
} | ||
|
||
.application .default-content-wrapper p a { | ||
@apply font-bold; | ||
} | ||
|
||
.application .bg-danaherlightblue-50 .default-content-wrapper p { | ||
@apply text-center; | ||
} | ||
|
||
.application main > div.columns-container > div.columns-wrapper { | ||
@apply bg-white; | ||
} | ||
|
||
.application main .columns > div div > p:not(.button-container) { | ||
@apply mt-3 leading-7 href-text text-base text-danahergray-700; | ||
} |