diff --git a/blender-bfct/application/static/assets/css/less/bfct.less b/blender-bfct/application/static/assets/css/less/bfct.less new file mode 100644 index 0000000..aca878a --- /dev/null +++ b/blender-bfct/application/static/assets/css/less/bfct.less @@ -0,0 +1,18 @@ +@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/images/bfct_logo_variations.png b/blender-bfct/application/static/assets/images/bfct_logo_variations.png new file mode 100644 index 0000000..8784cee Binary files /dev/null and b/blender-bfct/application/static/assets/images/bfct_logo_variations.png differ diff --git a/blender-bfct/application/static/assets/images/bfct_logo_wide.png b/blender-bfct/application/static/assets/images/bfct_logo_wide.png new file mode 100644 index 0000000..4ee9326 Binary files /dev/null and b/blender-bfct/application/static/assets/images/bfct_logo_wide.png differ