mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Revert "[AAE-16369] use layout-bp mixin where applicable" (#8944)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
@import 'styles/flex';
|
||||
|
||||
.adf-hidden {
|
||||
display: none;
|
||||
}
|
||||
@@ -24,7 +22,7 @@
|
||||
|
||||
.adf-container-widget {
|
||||
.adf-grid-list-column-view {
|
||||
@include layout-bp(lt-md) {
|
||||
@media screen and (max-width: 959px) {
|
||||
display: flow;
|
||||
}
|
||||
|
||||
@@ -58,7 +56,7 @@
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
@include layout-bp(lt-md) {
|
||||
@media screen and (max-width: 959px) {
|
||||
.adf-grid-list-item {
|
||||
flex: 1 0 100%;
|
||||
}
|
||||
|
@@ -1,5 +1,3 @@
|
||||
@import 'styles/flex';
|
||||
|
||||
.adf {
|
||||
&-userinfo-container {
|
||||
display: flex;
|
||||
@@ -13,7 +11,8 @@
|
||||
|
||||
&-userinfo-name {
|
||||
padding: 0 5px;
|
||||
@include layout-bp(lt-md) {
|
||||
|
||||
@media screen and (max-width: 959px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -95,7 +94,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
@include layout-bp(lt-sm) {
|
||||
@media screen and (max-width: 599px) {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,3 @@
|
||||
@import 'styles/flex';
|
||||
|
||||
adf-layout-header .mat-toolbar-single-row {
|
||||
color: var(--theme-header-text-color) !important;
|
||||
background-color: var(--theme-primary-color);
|
||||
@@ -52,7 +50,7 @@ adf-layout-header .mat-toolbar-single-row {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@include layout-bp(lt-sm) {
|
||||
@media screen and (max-width: 599px) {
|
||||
.adf-app-logo,
|
||||
.adf-app-title {
|
||||
display: none;
|
||||
|
@@ -1,13 +1,11 @@
|
||||
@import 'styles/flex';
|
||||
|
||||
.adf-hide-small {
|
||||
@include layout-bp(lt-md) {
|
||||
@media screen and (max-width: 959px) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-hide-xsmall {
|
||||
@include layout-bp(lt-sm) {
|
||||
@media screen and (max-width: 599px) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,3 @@
|
||||
@import 'styles/flex';
|
||||
|
||||
.adf-error-content {
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
display: flex;
|
||||
@@ -32,28 +30,5 @@
|
||||
width: 50%;
|
||||
min-width: 250px;
|
||||
margin-bottom: 60px;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@include layout-bp(lt-md) {
|
||||
.adf-error-content {
|
||||
&-code {
|
||||
margin-top: 100px;
|
||||
font-size: 50px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
&-shadow {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
&-title {
|
||||
font-size: var(--theme-headline-font-size);
|
||||
}
|
||||
|
||||
&-description {
|
||||
font-size: var(--theme-subheading-2-font-size);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user