summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-ui/common/stylesheets/mixins.less
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/angular-ui/common/stylesheets/mixins.less')
-rw-r--r--js/vendor/angular-ui/common/stylesheets/mixins.less11
1 files changed, 0 insertions, 11 deletions
diff --git a/js/vendor/angular-ui/common/stylesheets/mixins.less b/js/vendor/angular-ui/common/stylesheets/mixins.less
deleted file mode 100644
index 46728ec7f..000000000
--- a/js/vendor/angular-ui/common/stylesheets/mixins.less
+++ /dev/null
@@ -1,11 +0,0 @@
-.border-radius(@radius: 5px) {
- -webkit-border-radius: @radius;
- -moz-border-radius: @radius;
- border-radius: @radius;
-}
-
-.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {
- -webkit-box-shadow: @shadow;
- -moz-box-shadow: @shadow;
- box-shadow: @shadow;
-} \ No newline at end of file