notebook/IPython/html/static/base/less/mixins.less

11 lines
193 B
Plaintext

// Mixin CSS classes
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
border-radius: @corner_radius;
}