mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
11 lines
193 B
Plaintext
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;
|
|
} |