mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
removing some dupe styles, adding button class
This commit is contained in:
parent
95f263995d
commit
e4c593f1e7
|
@ -120,7 +120,7 @@
|
|||
{{else}}
|
||||
<td colspan=2>
|
||||
{{#if authProvider.method.can_connect}}
|
||||
{{d-button action=(action "connectAccount") actionParam=authProvider.method label="user.associated_accounts.connect" icon="plug" disabled=disableConnectButtons}}
|
||||
{{d-button action=(action "connectAccount") actionParam=authProvider.method label="user.associated_accounts.connect" class="btn-default" icon="plug" disabled=disableConnectButtons}}
|
||||
{{else}}
|
||||
{{i18n 'user.associated_accounts.not_connected'}}
|
||||
{{/if}}
|
||||
|
|
|
@ -270,14 +270,6 @@
|
|||
min-height: 0;
|
||||
}
|
||||
|
||||
.d-editor-button-bar .btn {
|
||||
padding: 4px 8px;
|
||||
display: inline-block;
|
||||
@media all and (max-width: 800px) {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.submit-panel {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
|
|
@ -79,9 +79,15 @@
|
|||
padding-left: 3px;
|
||||
border-bottom: 1px solid $primary-low;
|
||||
|
||||
button {
|
||||
.btn,
|
||||
.btn-default {
|
||||
background-color: transparent;
|
||||
color: $primary-high;
|
||||
padding: 4px 8px;
|
||||
display: inline-block;
|
||||
@media all and (max-width: 800px) {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn:not(.no-text) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user