add font and rearrange imports

This commit is contained in:
Lisa Passing 2015-02-06 13:34:52 +01:00
parent 9846b41861
commit 4efd8f9f66
39 changed files with 20 additions and 58 deletions

View File

@ -9,6 +9,7 @@
{{content-for 'head'}}
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/travis.css">

View File

@ -1,4 +1,11 @@
@import "app/app";
@import "app/_mixins/colors";
@import "app/_mixins/fonts";
@import "app/_mixins/vars";
@import "app/foundation/scss/foundation/_settings";
@import "app/foundation/scss/foundation/components/_grid";
@import "app/_mixins/mixins";
@import "app/ansi";
@import "app/auth";
@import "app/button";
@ -11,10 +18,7 @@
@import "app/forms";
@import "app/getting_started";
@import "app/github";
@import "app/layout";
@import "app/layouts/dashboard";
@import "app/layouts/error";
@import "app/layouts/footer";
@import "app/left/list";
@import "app/left";
@import "app/loading";
@ -41,4 +45,9 @@
@import "app/status";
@import "app/tabs";
@import "app/tipsy";
@import "app/top";
@import "app/layout";
@import "app/layouts/dashboard";
@import "app/layouts/error";
@import "app/layouts/footer";
@import "app/top";

View File

@ -1,8 +1,3 @@
@import "colors"
@import "fonts"
@import "vars"
@import "../foundation/scss/foundation/_settings"
@import "../foundation/scss/foundation/components/_grid"
@mixin popup
display: none

View File

@ -1,5 +1,3 @@
@import "./_mixins/all"
// ansi styles, see javascripts/lib/deansi.js
.ansi
.bold

View File

@ -1,4 +1,3 @@
@import "_mixins/all"
html, body
font-family: 'Source Sans Pro', Helvetica, sans-serif

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
#auth
#main

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.button
position: relative

View File

@ -1,7 +1,6 @@
/*
* tile component as seen on dashboard
*/
@import "../_mixins/all"
.tiles
background : #f4f3ea

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.flash
color: #fff

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
#github-wrapper
position: absolute

View File

@ -1,5 +1,3 @@
@import "./_mixins/all"
.centered .row
max-width: 1024px

View File

@ -3,9 +3,6 @@
* @todo: split into components: filter, search
*/
@import "../_mixins/all"
.wrapper-dashboard
background-color: $wrapper-bg-color

View File

@ -1,7 +1,6 @@
/*
* Error Pages
*/
@import "../_mixins/all"
.main--error
min-height: 100%

View File

@ -1,7 +1,6 @@
/*
* Footer on the dashboard
*/
@import "../_mixins/all"
footer
padding : 20px 0

View File

@ -1,4 +1,3 @@
@import "./_mixins/all.sass"
#left
#search_box

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
#accounts,
#repos

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.loading
padding: 15px 25px 0 0

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
#main
h3

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
#annotations
@include clearfix

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
table.list
width: 100%

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
pre#log
position: relative

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
#repo
position: relative

View File

@ -1,5 +1,3 @@
@import "../_mixins/all"
@import "../foundation/scss/foundation/components/_grid"
.green .build-status
background: #549e54 inline-image('icons/state-passed-white.svg') no-repeat

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
#tools
@ -16,7 +15,7 @@
margin-top: -32px
color: #fff
font-size: 13px
padding: 3px 24px 0 25px
padding: 3px 24px 2px 25px
background-image: inline-image('icons/settings.svg'), inline-image('icons/dropdown-arrow-white.svg')
background-size: 14px 14px, 8px 8px
background-position: 6px 7px, right 9px center

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.pro.maximized
#right

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.display
display: block !important

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.help
display: inline-block

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.pro
#log-container

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
#profile
#main

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
#profile
#unadministerable-hooks

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
#request
h3

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
#profile
#right

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
#right
.tabs

View File

@ -1,4 +1,3 @@
@import "../_mixins/all"
#right
.sponsors

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
#repo_count_container,
#build_count_container

View File

@ -1,4 +1,3 @@
@import "./_mixins/all"
.status
display: inline-block

View File

@ -1,9 +1,5 @@
@import "./_mixins/all"
@import "./foundation/scss/foundation/_settings"
.tabs
li
height: 28px
vertical-align: top

View File

@ -1,8 +1,7 @@
@import "./_mixins/all"
#top
position: static
font-size: $font-size-normal
font-size: $font-size-small
background : $topbar-bg
height: 55px
overflow: hidden
@ -50,7 +49,7 @@
ul
line-height: 55px
position: relative
top: 2px
top: 3px
li
display: inline-block
border: none

View File

@ -60,7 +60,7 @@ module.exports = function(environment) {
ENV.contentSecurityPolicy = {
'default-src': "'none'",
'script-src': "'self'",
'font-src': "'self'",
'font-src': "'self' https://fonts.googleapis.com/css",
'connect-src': "'self' https://api.travis-ci.org ws://ws.pusherapp.com wss://ws.pusherapp.com http://sockjs.pusher.com",
'img-src': "'self' data: https://www.gravatar.com http://www.gravatar.com",
'style-src': "'self'",