mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
cleanup styles (#320)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@import 'variables';
|
||||
|
||||
$alfresco-warn-color--hue-2: #ff5252;
|
||||
|
||||
.generic-error {
|
||||
color: $alfresco-secondary-text-color;
|
||||
display: flex;
|
||||
|
@@ -1,5 +1,7 @@
|
||||
@import 'variables';
|
||||
|
||||
$app-menu-height: 64px;
|
||||
|
||||
.app-menu {
|
||||
height: $app-menu-height;
|
||||
|
||||
|
@@ -39,7 +39,7 @@ import { Observable } from 'rxjs/Rx';
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
// tslint:disable-next-line:use-host-property-decorator
|
||||
host: {
|
||||
'class': 'app-location-link'
|
||||
'class': 'app-location-link adf-location-cell'
|
||||
}
|
||||
})
|
||||
export class LocationLinkComponent implements OnInit {
|
||||
|
Reference in New Issue
Block a user