1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 05:13:43 +00:00

alert and callout plugins

This commit is contained in:
Kyle Spearrin
2017-05-22 23:33:54 -04:00
parent 17e296adf7
commit 77b80c6e7f
7 changed files with 116 additions and 44 deletions

View File

@@ -250,4 +250,31 @@ footer {
}
}
}
h2, h3 {
text-transform: uppercase;
font-weight: bold;
}
h2 {
font-size: $font-size-h2 * .6;
}
h3 {
font-size: $font-size-base;
}
h4 {
font-size: $font-size-base;
}
}
.alert {
p, ul, ol {
margin-bottom: 12.5px;
}
p:last-child, ul:last-child, ol:last-child {
margin-bottom: 0;
}
}