diff --git a/app/assets/templates/directives/account-menu.pug b/app/assets/templates/directives/account-menu.pug index 1f797c0ad..65433ea0e 100644 --- a/app/assets/templates/directives/account-menu.pug +++ b/app/assets/templates/directives/account-menu.pug @@ -12,11 +12,15 @@ ) .sk-panel-row .sk-h1 Sign in or register to enable sync and end-to-end encryption. - .flex.gap-3.my-1 - button.sn-button.info.flex-grow.text-base.py-3(ng-click='self.state.formData.showLogin = true') - | Sign In - button.sn-button.info.flex-grow.text-base.py-3(ng-click='self.showRegister()') - | Register + .flex.my-1 + button( + class="sn-button info flex-grow text-base py-3 mr-1.5" + ng-click='self.state.formData.showLogin = true' + ) Sign In + button( + class="sn-button info flex-grow text-base py-3 ml-1.5" + ng-click='self.showRegister()' + ) Register .sk-panel-row.sk-p | Standard Notes is free on every platform, and comes | standard with sync and encryption. @@ -269,7 +273,7 @@ type='file' ) | Import Backup - span(ng-if='self.isDesktopApplication()') + p.mt-5(ng-if='self.isDesktopApplication()') | Backups are automatically created on desktop and can be managed | via the "Backups" top-level menu. .sk-panel-row diff --git a/package.json b/package.json index ccbbd6d7d..29b07be6e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "pug-loader": "^2.4.0", "sass-loader": "^8.0.2", "serve-static": "^1.14.1", - "sn-stylekit": "github:standardnotes/StyleKit#e3bfad37d29168bcc15e96399734ffaae1e618ba", + "sn-stylekit": "github:standardnotes/StyleKit#cc162112a38ea52419ac41cbd375517bd7b8be86", "ts-loader": "^8.0.17", "typescript": "^4.1.5", "typescript-eslint": "0.0.1-alpha.0", diff --git a/yarn.lock b/yarn.lock index f90c27fc2..aea982667 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7808,9 +7808,9 @@ slice-ansi@^4.0.0: astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" -"sn-stylekit@github:standardnotes/StyleKit#e3bfad37d29168bcc15e96399734ffaae1e618ba": +"sn-stylekit@github:standardnotes/StyleKit#cc162112a38ea52419ac41cbd375517bd7b8be86": version "3.0.0" - resolved "https://codeload.github.com/standardnotes/StyleKit/tar.gz/e3bfad37d29168bcc15e96399734ffaae1e618ba" + resolved "https://codeload.github.com/standardnotes/StyleKit/tar.gz/cc162112a38ea52419ac41cbd375517bd7b8be86" snapdragon-node@^2.0.1: version "2.1.1"