Converted LESS to SASS
Before: blender-bfct/application/static/assets/css/less/bfct.less Converted: blender-bfct/application/static/assets/sass/bfct.sass
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
17
blender-bfct/application/static/assets/sass/bfct.sass
Normal file
17
blender-bfct/application/static/assets/sass/bfct.sass
Normal file
@@ -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
|
Reference in New Issue
Block a user