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