diff --git a/blender-bfct/application/static/assets/css/less/bfct.less b/blender-bfct/application/static/assets/css/less/bfct.less deleted file mode 100644 index aca878a..0000000 --- a/blender-bfct/application/static/assets/css/less/bfct.less +++ /dev/null @@ -1,18 +0,0 @@ -@import url(//fonts.googleapis.com/css?family=Open+Sans); -@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300); -@import url('../../../assets_shared/css/less/generic.less'); -@import url('../../assets_shared/css/font-borg.css'); - -body {padding: 53px 0 0 0 !important;} - -.application_row { - width: 2800%; - height: 100%; - top: 0; - left: 0; - position: absolute; -} - -.cke { - margin-top: 40px !important; -} \ No newline at end of file diff --git a/blender-bfct/application/static/assets/sass/bfct.sass b/blender-bfct/application/static/assets/sass/bfct.sass new file mode 100644 index 0000000..660348f --- /dev/null +++ b/blender-bfct/application/static/assets/sass/bfct.sass @@ -0,0 +1,17 @@ +@import url(//fonts.googleapis.com/css?family=Open+Sans) +@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300) +@import ../../assets_shared/sass/main.sass +@import ../assets_shared/css/font-borg.css + +body + padding: 53px 0 0 0 !important + +.application_row + width: 2800% + height: 100% + top: 0 + left: 0 + position: absolute + +.cke + margin-top: 40px !important