Initial UI cleanup
- added assets_shared submodule - added support for grunt - cleanup of layout.html
This commit is contained in:
19
public_html/assets/css/main.css
Normal file
19
public_html/assets/css/main.css
Normal file
File diff suppressed because one or more lines are too long
4
public_html/assets/sass/main.sass
Normal file
4
public_html/assets/sass/main.sass
Normal file
@@ -0,0 +1,4 @@
|
||||
@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/font-borg.css)
|
||||
@import ../../assets_shared/sass/main.sass
|
1
public_html/assets_shared
Submodule
1
public_html/assets_shared
Submodule
Submodule public_html/assets_shared added at 98b8939012
@@ -1,32 +0,0 @@
|
||||
@font-face{
|
||||
font-family:'FontBorg';
|
||||
src:url('../fonts/font-borg-webfont.eot');
|
||||
src:url('../fonts/font-borg-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/font-borg-webfont.woff') format('woff'),
|
||||
url('../fonts/font-borg-webfont.ttf') format('truetype'),
|
||||
url('../fonts/font-borg-webfont.svg#fontborgregular') format('svg');
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
[class^="bf-"],[class*=" bf-"]{
|
||||
font-family:FontBorg;
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
text-decoration:inherit;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
display:inline;
|
||||
width:auto;
|
||||
height:auto;
|
||||
line-height:normal;
|
||||
vertical-align:baseline;
|
||||
background-image:none;
|
||||
background-position:0% 0%;
|
||||
background-repeat:repeat;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.bf-blender:before{content:"\f000";}
|
||||
.bf-cloud:before{content:"\f001";}
|
||||
.bf-network:before{content:"\f002";}
|
||||
.bf-creativecommons:before{content:"\f003";}
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user