fix compare overflow and color inconsistencies on build header
This commit is contained in:
parent
7e43157924
commit
c77ed00425
|
@ -60,6 +60,9 @@ $log-header-bg: #444444
|
||||||
|
|
||||||
// new build header
|
// new build header
|
||||||
$font-size-xxl: 30px
|
$font-size-xxl: 30px
|
||||||
$grey: #A6ADAD
|
$grey1: #A5ACAD
|
||||||
|
$grey2: #969496
|
||||||
|
$grey3: #808080
|
||||||
|
$grey: $grey1
|
||||||
$cream-light: #FAFAF8
|
$cream-light: #FAFAF8
|
||||||
$cream-dark: lighten(mix(#F7F7F4, $grey), 10)
|
$cream-dark: lighten(mix(#F7F7F4, $grey), 10)
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
@extend %inline-block
|
@extend %inline-block
|
||||||
margin: 0
|
margin: 0
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
font-size: $font-size-xxl
|
font-size: 35px
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
float: right
|
float: right
|
||||||
.tabnav
|
.tabnav
|
||||||
float: left
|
float: left
|
||||||
margin-bottom: .5em
|
margin-bottom: .7em
|
||||||
.tabbody
|
.tabbody
|
||||||
clear: both
|
clear: both
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
margin: 0
|
margin: 0
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
font-size: $font-size-big
|
font-size: $font-size-big
|
||||||
color: #818181
|
color: $grey3
|
||||||
line-height: 1
|
line-height: 1
|
||||||
small
|
small
|
||||||
margin-right: .3em
|
margin-right: .3em
|
||||||
|
@ -81,17 +81,18 @@
|
||||||
.repo-main-description
|
.repo-main-description
|
||||||
.body
|
.body
|
||||||
display: block
|
display: block
|
||||||
font-size: 12px
|
font-size: 13px
|
||||||
font-family: Monaco, 'Liberation Mono', Courier, monospace
|
font-family: Monaco, monospace
|
||||||
margin-top: 0.6em
|
margin-top: 0.6em
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
word-break: break-word
|
word-break: break-word
|
||||||
white-space: pre-wrap
|
white-space: pre-wrap
|
||||||
|
color: $grey2
|
||||||
|
|
||||||
.repo-main-author
|
.repo-main-author
|
||||||
img
|
img
|
||||||
width: 21px
|
width: 22px
|
||||||
height: 21px
|
height: 22px
|
||||||
margin-right: .4em
|
margin-right: .4em
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
border-radius: 50%
|
border-radius: 50%
|
||||||
|
@ -107,6 +108,7 @@
|
||||||
line-height: 1.8
|
line-height: 1.8
|
||||||
a
|
a
|
||||||
color: $grey
|
color: $grey
|
||||||
|
white-space: nowrap
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
|
@ -124,7 +126,7 @@
|
||||||
display: block
|
display: block
|
||||||
margin-bottom: .5em
|
margin-bottom: .5em
|
||||||
text-align: center
|
text-align: center
|
||||||
background-color: $grey
|
background-color: $grey1
|
||||||
&:hover
|
&:hover
|
||||||
background-color: darken($grey, 10)
|
background-color: darken($grey, 10)
|
||||||
.icon
|
.icon
|
||||||
|
|
Loading…
Reference in New Issue
Block a user