no-permission-page.less 384 Bytes
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@import "~/app-resources/css/admin-theme.less";

.no-permission-page {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 0px 15% 0px 5%;

    .center-title {
        height: 20%;
        text-align: center;
        font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Regular', 'Microsoft YaHei';
        font-size: 26px;
        padding: 5%;
    }
}