2010-11-17 05:03:42 +00:00
|
|
|
$default-rounded-corner: 4
|
|
|
|
|
|
|
|
.group
|
|
|
|
+pie-clearfix
|
|
|
|
|
|
|
|
.truncate
|
|
|
|
+ellipsis
|
|
|
|
|
|
|
|
.border-box
|
|
|
|
+box-sizing(border-box)
|
|
|
|
|
|
|
|
.round-corners-4
|
|
|
|
+border-radius(4px)
|
2010-11-23 21:34:29 +00:00
|
|
|
|
|
|
|
.round-corners-em
|
|
|
|
+border-radius(1em)
|
2010-11-17 05:03:42 +00:00
|
|
|
|
|
|
|
=round-corners($num: $default-rounded-corner)
|
|
|
|
@extend .round-corners-#{$num}
|
|
|
|
|
|
|
|
=round-top-corners($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-bottom-right-corner
|
|
|
|
@extend .clear-bottom-left-corner
|
|
|
|
=round-bottom-corners($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-right-corner
|
|
|
|
@extend .clear-top-left-corner
|
|
|
|
=round-left-corners($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-right-corner
|
|
|
|
@extend .clear-bottom-right-corner
|
|
|
|
=round-right-corners($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-left-corner
|
|
|
|
@extend .clear-bottom-left-corner
|
|
|
|
|
|
|
|
=round-top-left-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-right-corner
|
|
|
|
@extend .clear-bottom-right-corner
|
|
|
|
@extend .clear-bottom-left-corner
|
|
|
|
=round-top-right-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-left-corner
|
|
|
|
@extend .clear-bottom-right-corner
|
|
|
|
@extend .clear-bottom-left-corner
|
|
|
|
=round-bottom-left-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-right-corner
|
|
|
|
@extend .clear-bottom-right-corner
|
|
|
|
@extend .clear-top-left-corner
|
|
|
|
=round-bottom-right-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-right-corner
|
|
|
|
@extend .clear-top-left-corner
|
|
|
|
@extend .clear-bottom-left-corner
|
|
|
|
|
|
|
|
=square-top-left-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-left-corner
|
|
|
|
=square-top-right-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-top-right-corner
|
|
|
|
=square-bottom-left-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-bottom-left-corner
|
|
|
|
=square-bottom-right-corner($num: $default-rounded-corner)
|
|
|
|
+round-corners($num)
|
|
|
|
@extend .clear-bottom-right-corner
|