-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Archived: Fixing scrollbar issue on smaller screens
- Loading branch information
Showing
12 changed files
with
731 additions
and
55 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
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,26 +1,27 @@ | ||
.gc-archv { | ||
&.modal-content { | ||
border: none; | ||
border-radius: 0; | ||
} | ||
|
||
#archived-bnr { | ||
background-color: #fd0; | ||
background-color: #ffd700 !important; | ||
box-shadow: 0 5px 15px rgba(0, 0, 0, .5); | ||
padding: 25px 0px; | ||
|
||
p { | ||
margin: 0; | ||
text-align: center; | ||
h2 { | ||
margin-top: 0; | ||
} | ||
|
||
a { | ||
.mfp-close.overlay-close { | ||
color: #000; | ||
display: block; | ||
font-weight: 700; | ||
padding: .75em 44px; | ||
text-decoration: none; | ||
|
||
&:hover, | ||
&:focus { | ||
text-decoration: underline; | ||
&:focus, &:focus-visible { | ||
outline: 5px auto rgb(0, 95, 204); | ||
outline-offset: -2px; | ||
} | ||
} | ||
} | ||
|
||
.overlay-close { | ||
color: #000; | ||
} | ||
.wb-disable .gc-arch.wb-overlay { | ||
display: none; | ||
} |
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,11 @@ | ||
--- | ||
{ | ||
"layout": "documentation", | ||
"altLangPage": "archived-docs-fr.html", | ||
"dateModified": "2023-11-29", | ||
"index_json": "index.json-ld", | ||
"description": "Documentation on how to use the \"Archived\" site component.", | ||
"language": "en", | ||
"title": "Archived - documentation" | ||
} | ||
--- |
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,11 @@ | ||
--- | ||
{ | ||
"layout": "documentation", | ||
"altLangPage": "archived-docs-en.html", | ||
"dateModified": "2023-11-29", | ||
"index_json": "index.json-ld", | ||
"description": "Documentation sur l'utilisation de la composante de site « Archivé ».", | ||
"language": "fr", | ||
"title": "Archivé - documentation" | ||
} | ||
--- |
Oops, something went wrong.