1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

org layout

This commit is contained in:
Kyle Spearrin
2018-07-03 15:44:33 -04:00
parent 9cf15e37ce
commit 499ecf9c39
3 changed files with 27 additions and 12 deletions

View File

@@ -572,7 +572,7 @@ app-user-billing {
@extend .mt-3;
}
.orgnav {
.org-nav {
background-color: $input-bg;
border-bottom: 1px solid $border-color;
height: 100px;
@@ -604,8 +604,11 @@ app-user-billing {
}
}
span {
font-size: $font-size-lg;
@extend .ml-3;
.org-name {
line-height: 1;
span {
font-size: $font-size-lg;
display: block;
}
}
}