generated from ossf/project-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Style admonishments for better visibility Signed-off-by: Ben Cotton <[email protected]> * Fix the admonition in the rc Signed-off-by: Ben Cotton <[email protected]> * Add an admonition removal step to the release checklist Signed-off-by: Ben Cotton <[email protected]> --------- Signed-off-by: Ben Cotton <[email protected]>
- Loading branch information
1 parent
8c23075
commit 0329364
Showing
4 changed files
with
26 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
--- | ||
|
||
@import "{{ site.theme }}"; | ||
|
||
.warning { | ||
background: rgba(114, 83, 237, 0.2); | ||
border-left: 4px solid #381885; | ||
border-radius: 4px; | ||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); | ||
padding: .8rem; | ||
} | ||
|
||
.warning::before { | ||
font-weight: bold; | ||
font-size: 80%; | ||
content: "WARNING "; | ||
} |
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