mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
feat(editor): Adjust Google sign-in button to adhere to the guidelines (#5248)
* feat(editor): Add Google auth button focus, active, disabled states * Add reconnect label to google reconnect button slot * Increase size of Google Auth button and fix centering of n8n-banner icon * Increase size of Google Auth button to 46px
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<slot name="button" v-if="$slots.button" />
|
||||
<n8n-button
|
||||
v-if="buttonLabel"
|
||||
v-else-if="buttonLabel"
|
||||
:label="buttonLoading && buttonLoadingLabel ? buttonLoadingLabel : buttonLabel"
|
||||
:title="buttonTitle"
|
||||
:type="theme"
|
||||
@@ -85,7 +86,9 @@ export default Vue.extend({
|
||||
.icon {
|
||||
position: absolute;
|
||||
left: 14px;
|
||||
top: 18px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.dangerIcon {
|
||||
|
||||
Reference in New Issue
Block a user