mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-3742] Added styles for new layout design (#3137)
* added styling changes * styling changes * fixed the button text alignment * style changes * renamed the theme variable
This commit is contained in:
@@ -22,6 +22,38 @@
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.15px;
|
||||
}
|
||||
|
||||
.aca-toolbar-action {
|
||||
.app-toolbar-menu {
|
||||
.mat-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 6px;
|
||||
height: 32px;
|
||||
background: var(--theme-app-toolbar-button-background-color);
|
||||
color: var(--theme-selected-text-color);
|
||||
line-height: 32px;
|
||||
|
||||
.mat-button-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-flat-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 6px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
|
||||
.mat-button-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.aca-page-layout-content {
|
||||
|
Reference in New Issue
Block a user