mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
* Bump stylelint from 13.13.1 to 14.2.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.1 to 14.2.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.2.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * upgrade to newest stylelint * fix style issues * fix color function rules to match old Angular * rollback modern color func Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
63 lines
998 B
SCSS
63 lines
998 B
SCSS
@media screen and (max-width: 599px) {
|
|
app-search-bar {
|
|
width: 150px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 350px) {
|
|
app-search-bar {
|
|
width: 100px;
|
|
}
|
|
}
|
|
|
|
adf-file-uploading-dialog {
|
|
z-index: 1100;
|
|
}
|
|
|
|
.app-layout {
|
|
display: flex;
|
|
flex: 1;
|
|
min-width: 320px;
|
|
height: 100%;
|
|
|
|
.app-sidenav-link--active {
|
|
color: var(--theme-primary-color);
|
|
}
|
|
|
|
.app-sidenav-link {
|
|
.mat-list-text {
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
min-width: 120px;
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
|
|
.mat-nav-list .mat-list-item.app-sidenav-link {
|
|
height: 40px;
|
|
}
|
|
|
|
&-menu-spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 959px) {
|
|
.app-menu {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
|
|
mat-sidenav-content > div {
|
|
display: flex;
|
|
height: 100%;
|
|
|
|
> div {
|
|
flex: auto;
|
|
}
|
|
}
|
|
|
|
[dir='rtl'] .app-sidenav-link__expand-button {
|
|
transform: rotateY(180deg);
|
|
}
|