fix margin for dashboard tiles
This commit is contained in:
parent
b0bccce0ab
commit
4ea1ace04d
|
@ -10,10 +10,8 @@ Route = TravisRoute.extend
|
||||||
owner = {}
|
owner = {}
|
||||||
|
|
||||||
$.get("https://api-staging.travis-ci.org/v3/owner/#{params.owner}").then( (data) ->
|
$.get("https://api-staging.travis-ci.org/v3/owner/#{params.owner}").then( (data) ->
|
||||||
console.log('******************')
|
|
||||||
|
|
||||||
owner = data
|
owner = data
|
||||||
console.log(owner)
|
|
||||||
owner
|
owner
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,7 @@ $db-text-color: #ACAAAA
|
||||||
|
|
||||||
.db
|
.db
|
||||||
@include resetul
|
@include resetul
|
||||||
|
margin: auto
|
||||||
position: relative
|
position: relative
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
background: $white
|
background: $white
|
||||||
|
|
Loading…
Reference in New Issue
Block a user