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:
committed by
GitHub
parent
b082b5a352
commit
b2ba40ffbc
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user