Apply style changes from sf-log branch
This commit is contained in:
parent
553495c56c
commit
11681c6359
|
@ -1,4 +1,5 @@
|
||||||
$brighten-1: rgba(255, 255, 255, 0.05)
|
$brighten-1: rgba(255, 255, 255, 0.05)
|
||||||
|
$brighten-2: rgba(255, 255, 255, 0.1)
|
||||||
|
|
||||||
$black: #000
|
$black: #000
|
||||||
$white: #fff
|
$white: #fff
|
||||||
|
@ -62,7 +63,8 @@ $color-bg-tab-hover: $white
|
||||||
$color-bg-tab-active: $white
|
$color-bg-tab-active: $white
|
||||||
$color-bg-log: $gray-dark-1
|
$color-bg-log: $gray-dark-1
|
||||||
$color-bg-log-fold: $gray-dark-2
|
$color-bg-log-fold: $gray-dark-2
|
||||||
$color-bg-log-highlight: $brighten-1
|
$color-bg-log-hover: $brighten-2
|
||||||
|
$color-bg-log-highlight: #747882
|
||||||
$color-bg-slider: $slate-blue-3
|
$color-bg-slider: $slate-blue-3
|
||||||
$color-bg-left: $gray-light-4
|
$color-bg-left: $gray-light-4
|
||||||
$color-bg-list-odd: $white
|
$color-bg-list-odd: $white
|
||||||
|
|
|
@ -3,7 +3,6 @@ $font-size-big: 15px
|
||||||
$font-size-normal: 13px
|
$font-size-normal: 13px
|
||||||
$font-size-small: 12px
|
$font-size-small: 12px
|
||||||
$font-size-log: 12px
|
$font-size-log: 12px
|
||||||
$font-size-log-bigger: 13px
|
|
||||||
$font-size-smaller: 12px
|
$font-size-smaller: 12px
|
||||||
$font-size-tiny: 11px
|
$font-size-tiny: 11px
|
||||||
$font-size-tiniest: 10px
|
$font-size-tiniest: 10px
|
||||||
|
|
|
@ -11,3 +11,6 @@
|
||||||
width: 20px
|
width: 20px
|
||||||
height: 20px
|
height: 20px
|
||||||
|
|
||||||
|
.warning
|
||||||
|
a
|
||||||
|
text-decoration: underline
|
||||||
|
|
|
@ -17,27 +17,28 @@ pre#log
|
||||||
border: 1px solid $color-border-log
|
border: 1px solid $color-border-log
|
||||||
@include border-radius(4px)
|
@include border-radius(4px)
|
||||||
overflow-x: scroll
|
overflow-x: scroll
|
||||||
|
counter-reset: line-numbering
|
||||||
|
|
||||||
p.cut
|
|
||||||
margin-top: 15px
|
|
||||||
&:hover
|
|
||||||
background-color: transparent
|
|
||||||
&.highlight
|
|
||||||
background-color: transparent
|
|
||||||
a
|
|
||||||
margin: 0
|
|
||||||
p
|
p
|
||||||
padding: 0 15px 0 50px
|
padding: 0 15px 0 50px
|
||||||
margin: 0
|
margin: 0
|
||||||
min-height: 16px
|
min-height: 16px
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $color-bg-log-highlight
|
background-color: $color-bg-log-hover
|
||||||
&.highlight
|
&.highlight
|
||||||
background-color: $color-bg-log-highlight
|
background-color: $color-bg-log-highlight
|
||||||
a
|
a
|
||||||
margin-left: -40px
|
display: inline-block
|
||||||
margin-right: 10px
|
margin-left: -35px
|
||||||
|
color: #666
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
text-decoration: none
|
||||||
|
|
||||||
|
&::before
|
||||||
|
content: counter(line-numbering)
|
||||||
|
counter-increment: line-numbering
|
||||||
|
padding-right: 1em
|
||||||
|
text-align: right
|
||||||
|
|
||||||
.fold
|
.fold
|
||||||
height: 16px
|
height: 16px
|
||||||
|
@ -72,7 +73,10 @@ pre#log
|
||||||
-webkit-border-radius: 4px
|
-webkit-border-radius: 4px
|
||||||
width: 25px
|
width: 25px
|
||||||
|
|
||||||
#log #tail
|
#log-container
|
||||||
|
position: relative
|
||||||
|
|
||||||
|
#log-container #tail
|
||||||
z-index: 99
|
z-index: 99
|
||||||
position: absolute
|
position: absolute
|
||||||
display: block
|
display: block
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
display: inline-block
|
display: inline-block
|
||||||
height: 28px
|
height: 28px
|
||||||
margin-right: 10px
|
margin-right: 10px
|
||||||
|
vertical-align: top
|
||||||
background-color: $color-bg-tab
|
background-color: $color-bg-tab
|
||||||
border: 1px solid $color-border-light
|
border: 1px solid $color-border-light
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
@ -44,6 +45,8 @@
|
||||||
#main
|
#main
|
||||||
.tabs
|
.tabs
|
||||||
margin-top: 35px
|
margin-top: 35px
|
||||||
|
h5
|
||||||
|
min-width: 65px
|
||||||
a
|
a
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user