fix button alignment, tweak broadcast
This commit is contained in:
parent
1545dbd9d1
commit
68537ca3a5
|
@ -134,8 +134,8 @@
|
||||||
|
|
||||||
@keyframes pulsating-right
|
@keyframes pulsating-right
|
||||||
40%
|
40%
|
||||||
transform: translateX(20%) scale(1.1)
|
transform: translateX(1px) scale(1.1)
|
||||||
|
|
||||||
@keyframes pulsating-left
|
@keyframes pulsating-left
|
||||||
40%
|
40%
|
||||||
transform: translateX(-20%) scale(1.1)
|
transform: translateX(-1px) scale(1.1)
|
|
@ -124,19 +124,22 @@
|
||||||
a
|
a
|
||||||
display: block
|
display: block
|
||||||
margin-bottom: .5em
|
margin-bottom: .5em
|
||||||
text-align: center
|
|
||||||
background-color: $grey-lighter
|
background-color: $grey-lighter
|
||||||
|
line-height: 24px
|
||||||
&:hover
|
&:hover
|
||||||
background-color: darken($grey-medium, 10)
|
background-color: darken($grey-medium, 10)
|
||||||
.icon--trigger
|
.icon--trigger
|
||||||
width: .95em
|
width: .95em
|
||||||
height: 1.2em
|
height: 1.3em
|
||||||
|
margin-left: 6px
|
||||||
.icon--cancel
|
.icon--cancel
|
||||||
width: 1em
|
width: 1em
|
||||||
height: 1em
|
height: 1em
|
||||||
|
margin-left: 6px
|
||||||
.icon--codeclimate
|
.icon--codeclimate
|
||||||
width: 1.2em
|
width: 1.2em
|
||||||
height: 1.1em
|
height: 1.1em
|
||||||
|
margin-left: 4px
|
||||||
|
|
||||||
.build-os.linux
|
.build-os.linux
|
||||||
text-transform: capitalize
|
text-transform: capitalize
|
||||||
|
|
|
@ -123,8 +123,8 @@ $button-border-color: #d4d4d4
|
||||||
background-color: #696867
|
background-color: #696867
|
||||||
|
|
||||||
.button-circle
|
.button-circle
|
||||||
width: 1.7em
|
width: 28px
|
||||||
height: 1.7em
|
height: 28px
|
||||||
border-radius: 50%
|
border-radius: 50%
|
||||||
|
|
||||||
.button--showmore
|
.button--showmore
|
||||||
|
|
Loading…
Reference in New Issue
Block a user