ibizbookusr4-data-view.less 454 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.ibizbookusr4-data-view{
    position: relative;
}
        .toolbar-container {
            button {
                margin: 6px 0px 4px 4px;
                .caption {
                    margin-left: 4px;
                }
            }
            .seperator {
                color: #dcdee2;
                margin: 0 0px 0 4px;
            }
        }
        
        // this is less


.ibizbookusr4-data-view{
    display: block;
}