1
0
mirror of https://github.com/bitwarden/web synced 2026-01-10 12:33:43 +00:00

[End User Vault Refresh] Security sub-page (#1538)

* [End User Vault Refresh] Security section

* Updated routing module

* Update routing for change-password

* Updated buttons of all modified classes // imported button module

* Converted modified class to use bit-callout

* removed comments

* Update small button to current cl button
This commit is contained in:
Vincent Salucci
2022-03-17 08:55:00 -05:00
committed by GitHub
parent 5c5ae81fdf
commit 8a36536d40
17 changed files with 244 additions and 102 deletions

View File

@@ -39,7 +39,8 @@ body {
}
.page-header,
.secondary-header {
.secondary-header,
.tabbed-header {
margin-bottom: 0.5rem;
padding-bottom: 0.6rem;
@include themify($themes) {
@@ -64,6 +65,11 @@ body {
margin-top: 4rem;
}
.tabbed-header {
margin-top: 2rem;
margin-bottom: 1rem;
}
img.logo {
display: block;
height: 43px;

View File

@@ -74,6 +74,27 @@
height: 100%;
}
.org-name {
line-height: 1;
span {
display: block;
font-size: $font-size-lg;
@include themify($themes) {
color: themed("textHeadingColor");
}
}
}
}
.tabbed-nav {
@include themify($themes) {
border-bottom: 1px solid themed("borderColor");
color: themed("textColor");
}
}
.org-nav,
.tabbed-nav {
.nav-tabs {
border-bottom: none;
@@ -90,6 +111,7 @@
padding-top: calc(#{$nav-link-padding-y} - 2px);
@include themify($themes) {
border-top: 3px solid themed("primary");
border-bottom: 1px solid themed("backgroundColor");
color: themed("linkColor");
}
}
@@ -101,15 +123,4 @@
}
}
}
.org-name {
line-height: 1;
span {
display: block;
font-size: $font-size-lg;
@include themify($themes) {
color: themed("textHeadingColor");
}
}
}
}