.design-view {
    height: 100%;
    width: 100%;

    .design-view-header {
        height: 44px;
        position: relative;
        z-index: 0 !important;
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
        .action-bar {
            position: absolute;
            right: 300px;
            height: 100%;
            display: flex;
            font-size: 25px;
            align-items: center;
            > i {
                cursor: pointer;
            }
            > i.disabled {
                cursor: not-allowed;
                color: #c5c8ce !important;
            }
            > i:hover {
                color: #3283f9;
            }
            > .ivu-btn {
                border: 0px;
                font-size: 25px;
            }
        }
        .title {
            height: 100%;
            display: flex;
            align-items: center;
            padding-left: 16px;
            font-size: 14px;
            color: #333333;
            line-height: 22px;
        }
    }

    .design-view-content {
        height: calc(100% - 44px);
        .design-attributes-container {
          position: relative;
          height: 100%;
        }
    }
}
