/**
 * Album Component Demo Style for Uxcore
 * @author vincent.bian
 *
 * Copyright 2015-2016, Uxcore Team, Alinw.
 * All rights reserved.
 */

html {
    box-sizing: border-box;
    * {
        box-sizing: inherit;
    }
}

@import "../node_modules/kuma-base/theme/orange";
@import "../node_modules/kuma-base/core";
@import "../node_modules/uxcore-kuma/dist/orange.css";
@import "../node_modules/uxcore-icon/src/Icon";
@import "../src/Album.less";
