[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:
Yasa-Nataliya
2023-04-25 20:19:08 +05:30
committed by GitHub
parent 6dc7aa036a
commit 42479d92cc
3 changed files with 56 additions and 16 deletions

View File

@@ -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 {