center trigger button and some cleanup
This commit is contained in:
parent
07ce13b2e4
commit
ce2397dd9a
|
@ -127,15 +127,15 @@
|
||||||
background-color: $grey-lighter
|
background-color: $grey-lighter
|
||||||
&:hover
|
&:hover
|
||||||
background-color: darken($grey-medium, 10)
|
background-color: darken($grey-medium, 10)
|
||||||
.icon
|
.icon--trigger
|
||||||
width: .9em
|
width: .95em
|
||||||
height: 1.1em
|
height: 1.15em
|
||||||
vertical-align: bottom
|
|
||||||
.icon--cancel
|
.icon--cancel
|
||||||
width: 1em
|
width: 1em
|
||||||
height: 1.05em
|
height: 1.05em
|
||||||
.icon--codeclimate
|
.icon--codeclimate
|
||||||
width: 1.2em
|
width: 1.2em
|
||||||
|
height: 1.1em
|
||||||
|
|
||||||
.build-os.linux
|
.build-os.linux
|
||||||
text-transform: capitalize
|
text-transform: capitalize
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
.tile-main
|
.tile-main
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
|
|
||||||
.tile--small
|
.tile--small
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
|
@ -59,7 +58,6 @@
|
||||||
height: 36px
|
height: 36px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
// todo refactor
|
|
||||||
.tile-main
|
.tile-main
|
||||||
h2,
|
h2,
|
||||||
small
|
small
|
||||||
|
@ -74,9 +72,6 @@
|
||||||
a:hover
|
a:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
// @media #{$xlarge-up}
|
|
||||||
// @include grid-column(9)
|
|
||||||
|
|
||||||
.tile-additional
|
.tile-additional
|
||||||
position: relative
|
position: relative
|
||||||
p, li
|
p, li
|
||||||
|
@ -135,7 +130,6 @@
|
||||||
position: absolute
|
position: absolute
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
||||||
// build history etc
|
|
||||||
.tile--build
|
.tile--build
|
||||||
.tile-main
|
.tile-main
|
||||||
@media #{$small-only}
|
@media #{$small-only}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user