take out interactive elements for now
This commit is contained in:
parent
1a1fedfb74
commit
6e7a27da87
|
@ -41,32 +41,25 @@
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
& > div:first-of-type
|
& > div:first-of-type
|
||||||
width: 26%
|
width: 30%
|
||||||
& > div:nth-of-type(2)
|
& > div:nth-of-type(2)
|
||||||
width: 20%
|
width: 20%
|
||||||
& > div:nth-of-type(3)
|
& > div:nth-of-type(3)
|
||||||
width: 20%
|
width: 20%
|
||||||
|
// & > div:nth-of-type(4)
|
||||||
|
// width: 5%
|
||||||
& > div:nth-of-type(4)
|
& > div:nth-of-type(4)
|
||||||
width: 5%
|
width: 28%
|
||||||
& > div:nth-of-type(5)
|
|
||||||
width: 27%
|
|
||||||
@media #{$large-up}
|
@media #{$large-up}
|
||||||
& > div:nth-of-type(2)
|
& > div:nth-of-type(2)
|
||||||
width: 21%
|
width: 21%
|
||||||
& > div:nth-of-type(3)
|
& > div:nth-of-type(3)
|
||||||
width: 21%
|
width: 21%
|
||||||
|
// & > div:nth-of-type(4)
|
||||||
|
// width: 2em
|
||||||
& > div:nth-of-type(4)
|
& > div:nth-of-type(4)
|
||||||
width: 2em
|
|
||||||
& > div:nth-of-type(5)
|
|
||||||
width: 25%
|
width: 25%
|
||||||
|
|
||||||
@media #{$xlarge-up}
|
|
||||||
& > div:first-of-type
|
|
||||||
width: 27%
|
|
||||||
@media (min-width: 2000px)
|
|
||||||
& > div:first-of-type
|
|
||||||
width: 30%
|
|
||||||
|
|
||||||
@include statusColors($green-dark, 'passed')
|
@include statusColors($green-dark, 'passed')
|
||||||
@include statusColors($red-dark, 'failed')
|
@include statusColors($red-dark, 'failed')
|
||||||
@include statusColors($red-dark, 'errored')
|
@include statusColors($red-dark, 'errored')
|
||||||
|
|
|
@ -60,9 +60,6 @@
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
& span:hover + .tooltip
|
& span:hover + .tooltip
|
||||||
display: block
|
display: block
|
||||||
ul
|
|
||||||
padding: 0
|
|
||||||
margin: 0
|
|
||||||
|
|
||||||
.repo-main-commit
|
.repo-main-commit
|
||||||
position: relative
|
position: relative
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
&:after
|
&:after
|
||||||
content: ""
|
content: ""
|
||||||
@include fadeOut(right, -90deg, $white, 20%)
|
@include fadeOut(right, -90deg, $white, 30%)
|
||||||
|
|
||||||
@mixin colorDashboardTiles($color, $status, $color2: $color)
|
@mixin colorDashboardTiles($color, $status, $color2: $color)
|
||||||
&.#{$status}
|
&.#{$status}
|
||||||
|
@ -77,20 +77,19 @@
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
& > div:first-of-type
|
& > div:first-of-type
|
||||||
width: 27%
|
width: 28%
|
||||||
position: relative
|
position: relative
|
||||||
padding-left: 1em
|
padding-left: 1em
|
||||||
&:after
|
&:after
|
||||||
content: ""
|
content: ""
|
||||||
@include fadeOut(right, -90deg, $white)
|
@include fadeOut(right, -90deg, $white)
|
||||||
|
|
||||||
& > div:nth-of-type(2)
|
& > div:nth-of-type(2)
|
||||||
width: 25%
|
width: 27%
|
||||||
& > div:nth-of-type(3)
|
& > div:nth-of-type(3)
|
||||||
width: 18%
|
width: 20%
|
||||||
& > div:nth-of-type(4)
|
& > div:nth-of-type(4)
|
||||||
width: 18%
|
width: 20%
|
||||||
& > div:nth-of-type(5)
|
|
||||||
width: 10%
|
|
||||||
|
|
||||||
h2
|
h2
|
||||||
padding-left: 1.5em
|
padding-left: 1.5em
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="one-line is-relative">
|
{{!-- <div class="one-line is-relative">
|
||||||
{{#unless inactive}}
|
{{#unless inactive}}
|
||||||
{{#if canTrigger}}
|
{{#if canTrigger}}
|
||||||
|
|
||||||
|
@ -195,7 +195,8 @@
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div> --}}
|
||||||
|
|
||||||
<div class="one-line is-relative">
|
<div class="one-line is-relative">
|
||||||
<ul class="build-tiles">
|
<ul class="build-tiles">
|
||||||
{{#if getLast5Builds.isLoading}}
|
{{#if getLast5Builds.isLoading}}
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{!--
|
||||||
<div class="one-line is-relative">
|
<div class="one-line is-relative">
|
||||||
<div class="row-nav dropup-trigger">
|
<div class="row-nav dropup-trigger">
|
||||||
<div class="row-item">
|
<div class="row-item">
|
||||||
|
@ -148,4 +148,4 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> --}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user