1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-01 00:10:39 +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>
</div>
<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>
<small class="text-muted d-block mb-3">{{'newCustomDomainDesc' | i18n}}</small>
</ng-container>

View File

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