portico-styles: Updates some CSS rules used in the integrations docs.

Removes the extra side margin on tip, warning and keyboard tips when
they are in ordered lists.

Removes the extra bottom margin for h3 elements in the integrations
docs.

Removes the unordered list style for the integrations docs.
This commit is contained in:
Lauryn Menard 2024-03-21 17:41:49 +01:00 committed by Tim Abbott
parent 2fb9817ea4
commit 6f8d23b759
2 changed files with 0 additions and 14 deletions

View File

@ -68,10 +68,6 @@ $category-text: hsl(219deg 23% 33%);
list-style: none;
}
& ul li {
list-style: circle;
}
.integration-main-text {
padding: 0 15px;
}
@ -561,10 +557,6 @@ $category-text: hsl(219deg 23% 33%);
}
.integration-instructions {
.help-content h3 {
margin: 20px 0;
}
.logos_disclaimer {
font-size: 14px;
font-style: italic;

View File

@ -152,12 +152,6 @@
& > ul {
margin-bottom: 5px;
}
.warn,
.tip,
.keyboard_tip {
margin: 5px 25px;
}
}
@media (width <= 500px) {