fix: button casing

This commit is contained in:
Baptiste Grob
2021-02-15 17:20:13 +01:00
parent 4426eb2c58
commit 734505c133
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
@extend .border-0;
@extend .bg-main;
@extend .cursor-pointer;
@extend .capitalize;
@extend .font-bold;
@extend .py-2;
@extend .px-3;

View File

@@ -146,6 +146,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
background-color: transparent;
}
.capitalize {
text-transform: capitalize;
}
.col-start-1 {
grid-column-start: 1;
}

View File

@@ -176,7 +176,7 @@
| like entering your account password or application passcode.
.sk-panel-row(ng-if="self.state.protectionsDisabledUntil")
button.sk-button.info(ng-click="self.enableProtections()")
span.sk-label Enable protections
span.sk-label.capitalize Enable protections
.sk-panel-section
.sk-panel-section-title Passcode Lock
div(ng-if='!self.state.hasPasscode')