CONTROL.less.ftl 810 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude>

.app-mob-dashboard {
    padding: @padding-base 0;
    .app-mob-portlet {
        margin: 0;
        width: 100%;
        &__header {
            padding-left: @padding-xs;
            font-size: @font-size-md;
KK's avatar
KK committed
13 14
            background: #fafafa;
            line-height: 40px;
KK's avatar
KK committed
15
            border-bottom: 1px solid #f1eded;
ibizdev's avatar
ibizdev committed
16 17
        }
    }
KK's avatar
KK committed
18 19
    .dashboard-item {
        background: #fafafa;
KK's avatar
KK committed
20
        min-height: 300px;
KK's avatar
KK committed
21 22 23
        .app-mob-mdctrl {
            background: #fafafa;
        }
KK's avatar
KK committed
24 25 26 27 28 29 30 31 32 33 34
    }
    .dashboard-enableCustomized{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 10px;
        font-size: 14px;
        color: #7b7575;
        ion-icon{
            padding-left: 5px;
        }
KK's avatar
KK committed
35
    }
ibizdev's avatar
ibizdev committed
36
}