11 lines
246 B
Sass
11 lines
246 B
Sass
|
.clear-top-left-corner
|
||
|
+border-top-left-radius(0)
|
||
|
.clear-top-right-corner
|
||
|
+border-top-right-radius(0)
|
||
|
.clear-bottom-left-corner
|
||
|
+border-bottom-left-radius(0)
|
||
|
.clear-bottom-right-corner
|
||
|
+border-bottom-right-radius(0)
|
||
|
|
||
|
.hide
|
||
|
display: none
|