1
0
mirror of https://github.com/bitwarden/help synced 2025-12-16 08:13:28 +00:00

Twostep updates (#304)

* twostep category

* move twostep articles to separate folder, & initial rewrites

* vault timeout updates

* totp update

* post-bootstrap update - figcaption style fix

* twostep images

* Final(ish) edits.

* TOTP edits

* sso cheatsheets
This commit is contained in:
fred_the_tech_writer
2020-11-20 17:11:29 -05:00
committed by GitHub
parent d433d70908
commit bd520158cd
81 changed files with 909 additions and 548 deletions

View File

@@ -30,6 +30,11 @@ a[rel='lightbox'] {
cursor: zoom-in;
}
figcaption {
font-size: 0.9rem;
color: gray;
}
pre {
background: $gray-100;
border: 1px solid $border-color;