notebook/IPython/html/static/base/less/mixins.less
Matthias BUSSONNIER 74683da8ad use baseBorderRadius instead of corner_radius
as it already exist in Bootstrap
2013-11-11 15:58:56 +01:00

12 lines
197 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: @baseBorderRadius;
}