1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

duo for orgs documentation (#470)

This commit is contained in:
fred_the_tech_writer
2021-03-10 09:03:57 -05:00
committed by GitHub
parent b082b5a352
commit b2ba40ffbc
15 changed files with 184 additions and 67 deletions

View File

@@ -116,4 +116,37 @@
small.text-muted {
margin-left: 0.5rem;
}
}
}
.nav-tabs {
border-bottom-width: 1px;
border-color: $border-color;
.nav-link {
font-weight: bold;
&.active {
background-color: #fafafa;
border-width: 4px 4px 0px 4px;
}
}
}
.tab-content {
.tab-pane {
padding: 0.1rem 1rem 1rem 1rem;
border-style: solid;
border-width: 0px 1px 4px 4px;
border-color: $border-color;
border-radius: 0px $border-radius $border-radius $border-radius;
background-color: #fafafa;
pre {
background-color: white;
}
.callout {
background-color: white;
}
}
}