14 lines
275 B
Sass
14 lines
275 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
|
|
|
|
#theme_pref
|
|
@extend .hide |