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