mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
12 lines
197 B
Plaintext
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;
|
|
}
|