@import './theme.less';

.@{fin-common-prefix}-view {

    &-title {
        margin: @fin-common-padding 0 !important;
        color: @fin-common-primary-color !important;
    }

    &-right {
        text-align: right;
    }
}
