Show More
@@ -1,3 +1,6 b'' | |||
|
1 | @import "vendors/less/bootstrap.less"; | |
|
2 | @import (inline) "vendors/font-awesome.min.css"; | |
|
3 | @import (inline) "vendors/c3.css"; | |
|
1 | 4 | @import "front_shared.less"; |
|
2 | 5 | @import "sections/applications.css.less"; |
|
3 | 6 | @import "sections/dashboard.css.less"; |
@@ -1,8 +1,3 b'' | |||
|
1 | @import (inline) "vendors/font-awesome.min.css"; | |
|
2 | @import "vendors/less/bootstrap.less"; | |
|
3 | @import (inline) "vendors/c3.css"; | |
|
4 | @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700); | |
|
5 | ||
|
6 | 1 |
|
|
7 | 2 | @color_med_blue: rgb(23, 96, 125); |
|
8 | 3 | @color_beige: rgb(255, 241, 206); |
@@ -75,7 +70,7 b' body {' | |||
|
75 | 70 | height: 100%; |
|
76 | 71 | margin: 0px; |
|
77 | 72 | padding: 0px; |
|
78 |
font-family: |
|
|
73 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
|
79 | 74 | } |
|
80 | 75 | |
|
81 | 76 | html { |
@@ -114,10 +109,6 b' html {' | |||
|
114 | 109 | background-image: url("/static/appenlight/images/footer_bg.png"); |
|
115 | 110 | color: @color_white; |
|
116 | 111 | |
|
117 | strong { | |
|
118 | font-family: 'Ubuntu', sans-serif; | |
|
119 | } | |
|
120 | ||
|
121 | 112 | ul { |
|
122 | 113 | padding: 0px; |
|
123 | 114 | li { |
General Comments 0
You need to be logged in to leave comments.
Login now