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 #1318 from hlxsites/fix-spline-viewer
Fixed spline viewer issue
- Loading branch information
Showing
6 changed files
with
45 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.spline-viewer-wrapper :is(.block) { | ||
display: block | ||
} | ||
|
||
.spline-viewer-wrapper :is(.\!h-\[200px\]) { | ||
height: 200px !important | ||
} | ||
|
||
.spline-viewer-wrapper :is(.bg-danaherlightblue-50) { | ||
--tw-bg-opacity: 1; | ||
background-color: rgb(239 251 253 / var(--tw-bg-opacity)) | ||
} | ||
|
||
.spline-viewer-wrapper :is(.bg-danaherpurple-800) { | ||
--tw-bg-opacity: 1; | ||
background-color: rgb(64 0 165 / var(--tw-bg-opacity)) | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.spline-viewer-wrapper :is(.md\:\!h-\[600px\]) { | ||
height: 600px !important | ||
} | ||
} |
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
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
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