mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1932] Improved styles
This commit is contained in:
@@ -34,9 +34,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mobile-setting-button.mat-raised-button {
|
||||
.mobile-setting-button {
|
||||
background-color: rgb(68,138,255);
|
||||
line-height: 25px;
|
||||
color: white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mobile-settings {
|
||||
|
@@ -92,10 +92,7 @@
|
||||
{{ 'LOGIN.LOGIN_FOOTER'| translate }}
|
||||
</mat-slide-toggle>
|
||||
</p>
|
||||
<button class="adf-login-button mat-raised-button btn mobile-setting-button" data-automation-id="settings" href="" routerLink="/settings" mat-raised-button="" ng-reflect-disabled="false" >
|
||||
<span class="mat-button-wrapper">
|
||||
<span class="adf-login-button-label ng-star-inserted">{{ 'APP_LAYOUT.SETTINGS'| translate }}</span>
|
||||
</span>
|
||||
</button>
|
||||
<button type="button" class="mat-raised-button mobile-setting-button" routerLink="/settings" data-automation-id="settings">{{ 'APP_LAYOUT.SETTINGS'| translate }}</button>
|
||||
|
||||
</div>
|
||||
</adf-login>
|
||||
|
Reference in New Issue
Block a user