1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

style updates

This commit is contained in:
Kyle Spearrin 2018-07-08 00:27:37 -04:00
parent 3451322a38
commit d9bcce781a
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</button> </button>
</div> </div>
<button type="button" appBlurClick (click)="add()" class="btn btn-outline-secondary btn-sm mb-2"> <button type="button" appBlurClick (click)="add()" class="btn btn-outline-secondary btn-sm mb-2">
<i class="fa fa-plus-circle fa-fw"></i> {{'newCustomDomain' | i18n}} <i class="fa fa-plus fa-fw"></i> {{'newCustomDomain' | i18n}}
</button> </button>
<small class="text-muted d-block mb-3">{{'newCustomDomainDesc' | i18n}}</small> <small class="text-muted d-block mb-3">{{'newCustomDomainDesc' | i18n}}</small>
</ng-container> </ng-container>

View File

@ -282,6 +282,9 @@ label:not(.form-check-label):not(.btn) {
&.reduced-lh { &.reduced-lh {
line-height: 1; line-height: 1;
small {
font-size: 80%;
}
} }
small, > .fa, .icon { small, > .fa, .icon {