bessst
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

widgets.less
text/plain

Download raw (287 bytes)

@import "mixins";

.logo {
    .box-sizing(border-box);
//    border: 1px solid #ccc;
    .border-radius(6px);
   width: 300px;
//    min-height: 256px;
    float: left;
}

.logo object {
   margin: 0px auto;
}

.logo .drag {
    position: absolute;
    width: 100%;
    height: 100%;
}