Minor style tweaks
This commit is contained in:
@@ -5,30 +5,34 @@
|
|||||||
|
|
||||||
.d-activity
|
.d-activity
|
||||||
font-size: .9em
|
font-size: .9em
|
||||||
|
|
||||||
|
$activity-highlight-color: #00cc9f
|
||||||
|
|
||||||
ul
|
ul
|
||||||
cursor: default
|
cursor: default
|
||||||
padding: 0 10px
|
padding: 0 10px
|
||||||
color: $color-text-dark-primary
|
color: $color-text-dark-primary
|
||||||
list-style: none
|
list-style: none
|
||||||
border-left: thin solid rgba(#00cc9f, .2)
|
border-left: thin solid rgba($activity-highlight-color, .2)
|
||||||
|
|
||||||
li
|
li
|
||||||
padding: 7px 0
|
padding: 7px 0
|
||||||
|
|
||||||
span.date
|
span.date
|
||||||
color: darken(#00cc9f, 5%)
|
color: darken($activity-highlight-color, 5%)
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
&:before
|
&:before
|
||||||
content: ''
|
content: ''
|
||||||
display: block
|
display: block
|
||||||
position: absolute
|
position: absolute
|
||||||
bottom: 4px
|
bottom: 5px
|
||||||
left: -13px
|
left: -13px
|
||||||
width: 5px
|
width: 5px
|
||||||
height: 5px
|
height: 5px
|
||||||
border-radius: 50%
|
border-radius: 50%
|
||||||
background-color: #00cc9f
|
background-color: $color-background-light
|
||||||
|
border: thin solid $activity-highlight-color
|
||||||
|
|
||||||
span.actor
|
span.actor
|
||||||
padding: 0 5px
|
padding: 0 5px
|
||||||
|
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
.error-lead
|
.error-lead
|
||||||
width: 100%
|
width: 100%
|
||||||
padding: 0 25px 25px 0
|
padding: 0 25px 15px 15px
|
||||||
line-height: 1.6em
|
line-height: 1.6em
|
||||||
|
|
||||||
color: $color-text-light-primary
|
color: $color-text-light-primary
|
||||||
@@ -72,6 +72,8 @@
|
|||||||
padding: 25px 0
|
padding: 25px 0
|
||||||
font-size: .9em
|
font-size: .9em
|
||||||
color: $color-text-light-secondary
|
color: $color-text-light-secondary
|
||||||
|
a
|
||||||
|
color: white
|
||||||
|
|
||||||
|
|
||||||
hr
|
hr
|
||||||
|
Reference in New Issue
Block a user