@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%;
    }
}