add font and rearrange imports
This commit is contained in:
parent
9846b41861
commit
4efd8f9f66
|
@ -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">
|
||||
|
||||
|
|
|
@ -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";
|
|
@ -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
|
|
@ -1,5 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
// ansi styles, see javascripts/lib/deansi.js
|
||||
.ansi
|
||||
.bold
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "_mixins/all"
|
||||
|
||||
html, body
|
||||
font-family: 'Source Sans Pro', Helvetica, sans-serif
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
#auth
|
||||
#main
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.button
|
||||
position: relative
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*
|
||||
* tile component as seen on dashboard
|
||||
*/
|
||||
@import "../_mixins/all"
|
||||
|
||||
.tiles
|
||||
background : #f4f3ea
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.flash
|
||||
color: #fff
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
#github-wrapper
|
||||
position: absolute
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
|
||||
.centered .row
|
||||
max-width: 1024px
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
* @todo: split into components: filter, search
|
||||
*/
|
||||
|
||||
@import "../_mixins/all"
|
||||
|
||||
|
||||
.wrapper-dashboard
|
||||
background-color: $wrapper-bg-color
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*
|
||||
* Error Pages
|
||||
*/
|
||||
@import "../_mixins/all"
|
||||
|
||||
.main--error
|
||||
min-height: 100%
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*
|
||||
* Footer on the dashboard
|
||||
*/
|
||||
@import "../_mixins/all"
|
||||
|
||||
footer
|
||||
padding : 20px 0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all.sass"
|
||||
|
||||
#left
|
||||
#search_box
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
#accounts,
|
||||
#repos
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.loading
|
||||
padding: 15px 25px 0 0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
#main
|
||||
h3
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
#annotations
|
||||
@include clearfix
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
table.list
|
||||
width: 100%
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
pre#log
|
||||
position: relative
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
#repo
|
||||
position: relative
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.pro.maximized
|
||||
#right
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.display
|
||||
display: block !important
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.help
|
||||
display: inline-block
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.pro
|
||||
#log-container
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
#profile
|
||||
#main
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
#profile
|
||||
#unadministerable-hooks
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
#request
|
||||
h3
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
#profile
|
||||
#right
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
#right
|
||||
.tabs
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "../_mixins/all"
|
||||
|
||||
#right
|
||||
.sponsors
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
#repo_count_container,
|
||||
#build_count_container
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import "./_mixins/all"
|
||||
|
||||
.status
|
||||
display: inline-block
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
@import "./_mixins/all"
|
||||
@import "./foundation/scss/foundation/_settings"
|
||||
|
||||
.tabs
|
||||
|
||||
|
||||
li
|
||||
height: 28px
|
||||
vertical-align: top
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'",
|
||||
|
|
Loading…
Reference in New Issue
Block a user