mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-04-23 22:30:24 +00:00
[ACS-11306] Updated stylelint version
This commit is contained in:
@@ -128,8 +128,8 @@
|
||||
"node-stream-zip": "^1.14.0",
|
||||
"nx": "22.5.4",
|
||||
"prettier": "3.8.1",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-standard-scss": "^7.0.1",
|
||||
"stylelint": "^16.0.0",
|
||||
"stylelint-config-standard-scss": "^13.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "5.9.3",
|
||||
"webpack-bundle-analyzer": "^4.10.2"
|
||||
|
||||
@@ -40,7 +40,7 @@ $search-border-radius: 4px;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 959px) {
|
||||
@media screen and (width <= 959px) {
|
||||
$search-width-small: 400px;
|
||||
|
||||
.aca-search-input {
|
||||
@@ -52,13 +52,13 @@ $search-border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 599px) {
|
||||
@media screen and (width <= 599px) {
|
||||
.aca-search-input {
|
||||
max-width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 380px) {
|
||||
@media screen and (width <= 380px) {
|
||||
.aca-search-input {
|
||||
max-width: 148px;
|
||||
}
|
||||
|
||||
@@ -197,7 +197,7 @@ aca-search-results {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 320px) {
|
||||
@media (width <= 320px) {
|
||||
.adf-search-results__content-header {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ ng-component {
|
||||
@include flex-column;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
@media screen and (width <= 600px) {
|
||||
app-root,
|
||||
app-about,
|
||||
adf-layout-container,
|
||||
|
||||
Reference in New Issue
Block a user