Website: Update Markdown "tip" styles (#40667)
Closes: https://github.com/fleetdm/confidential/issues/14581 Changes: - Updated styles for the "Tip" block quotes on pages built from Markdown.
This commit is contained in:
@@ -768,6 +768,9 @@
|
||||
li:last-child {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
[purpose='embedded-content'] {
|
||||
position: relative;
|
||||
|
||||
@@ -600,6 +600,9 @@
|
||||
li:last-child {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
table {
|
||||
table-layout: auto;
|
||||
|
||||
@@ -646,6 +646,9 @@
|
||||
li:last-child {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
@@ -465,6 +465,9 @@
|
||||
li:last-child {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
[purpose='ritual-description'] {
|
||||
white-space: preserve;
|
||||
|
||||
Reference in New Issue
Block a user