CONTROL.less.ftl 1.3 KB
Newer Older
ibizdev's avatar
ibizdev committed
1 2
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
3
</#ibizinclude>
4
.app-mob-portlet{
KK's avatar
KK committed
5
    background: #fafafa;
6 7 8 9
    .app-mob-mdctrl .app-mob-mdctrl-mdctrl .items .ibz-ionic-item {
        --inner-padding-end: 0 !important;
        --padding-start: 0 !important;
    }
KK's avatar
KK committed
10 11 12
    .app-mob-mdctrl{
        min-height: 250px;
    }
13 14 15 16
    .app-mob-mdctrl .app-mob-mdctrl-mdctrl .items .app-mob-mdctrl-item {
        margin: 0 !important;
        border-bottom: 1px solid #e8e8e8;
    }
KK's avatar
KK committed
17 18 19 20 21 22 23 24 25 26
    .portlet__header_right{
        position: absolute;
        right: 15px;
        line-height: 30px;
        ion-icon{
            font-size: 23px;
            color: #5d5a5a;
        }
    }
    .app-mob-portlet__header{
KK's avatar
KK committed
27
       ion-input{
KK's avatar
KK committed
28 29
            height: 25px;
            margin-bottom: 8px;
KK's avatar
KK committed
30 31
            input{
                padding-left: 13px;
KK's avatar
KK committed
32
                border: 0.5px solid #e8e8e8;
KK's avatar
KK committed
33 34 35
                flex: none;
                width: 60%;
            }
KK's avatar
KK committed
36 37 38 39 40 41 42 43 44 45
        }
    }
    .edit_title_btn{
        text-align: right;
        ion-button{
            width: 50px;
            height: 25px;
            --border-radius: 0;
            font-size: 12px;
        }
KK's avatar
KK committed
46
        ion-button:nth-child(1){
KK's avatar
KK committed
47 48 49
            --background: #bbb;
        }
    }
50
}
51 52 53
<#if appde??>
.${appde.getCodeName()?lower_case}-${ctrl.name}{}
</#if>