app-form-group.less 511 字节
Newer Older
zcdtk's avatar
zcdtk committed
1 2 3 4 5
.app-form-group {
    margin-top: 5px;
    width: 100%;
    ion-item-divider {
        font-size: 1rem;
6
        z-index: 1;
zcdtk's avatar
zcdtk committed
7 8 9 10 11 12 13 14
    }
    .group-collapse {
        position: absolute;
        right: 10px;
    }
    .form-group-content{
        width: 100%;
    }
KK's avatar
KK committed
15 16 17 18 19 20 21
    .group-title{
        display: flex;
        align-items: center;
        .group-title-icon{
            margin-right: 2px;
        }
    }
22 23 24 25 26
    >ion-item-divider {
      --background: #f5f4f9;
      --color: #111111;
      font-size: large;
    }
zcdtk's avatar
zcdtk committed
27
}