- Various Bug fixes and improvements - Management API extended - Swagger removed - Guava Upgraded to 19
17 lines
607 B
SCSS
17 lines
607 B
SCSS
/**
|
|
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
|
*
|
|
* All rights reserved. This program and the accompanying materials
|
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
* which accompanies this distribution, and is available at
|
|
* http://www.eclipse.org/legal/epl-v10.html
|
|
*/
|
|
@import "customstyles/hawkbitvariables";
|
|
@import "../hawkbit/hawkbittheme";
|
|
|
|
/* This file prefixes all rules with the theme name to avoid causing conflicts with other themes. */
|
|
/* The actual styles should be defined in testvalothemedemo.scss */
|
|
.hawkbit {
|
|
@include hawkbittheme;
|
|
}
|