File size: 1,739 Bytes
4d70170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
// Colors
$blue = #44A1FF
$grey = #DDDDDD
$darkGrey = #CCC
$darkerGrey = #AAA
$blueishGrey = #486887
$green = #42B983
$darkerGreen = #3BA776
$slate = #242424
$white = #FFFFFF
$orange = #FF6B00
$red = #c41a16
$black = #222
$vividBlue = #0033cc
$purple = #997fff
$pink = #881391
$lightPink = #e36eec

// The min-width to give icons text...
$wide = 1100px

// The min-height to give the tools a little more breathing room...
$tall = 350px

// Theme
$active-color = $darkerGreen
$border-color = $md-grey-200
$background-color = $white
$component-color = $active-color
$hover-color = #c2e9d7

$dark-active-color = $active-color
$dark-border-color = darken($vue-ui-gray-900, 30%)
$dark-background-color = $vue-ui-black
$dark-component-color = $active-color
$dark-hover-color = $vue-ui-color-dark

// Entries
// TODO: FIX THIS
// .no-entries
//   color: #ccc
//   text-align: center
//   margin-top: 50px
//   line-height: 30px
//
// .entry
//   position: relative;
//   font-family Menlo, Consolas, monospace
//   color #881391
//   cursor pointer
//   padding 10px 20px
//   font-size 12px
//   background-color $background-color
//   box-shadow 0 1px 5px rgba(0,0,0,.12)
//   .entry-name
//     font-weight 600
//   .entry-source
//     color #999
//   .component-name
//     color $component-color
//   .entry-type
//     color #999
//     margin-left 8px
//   &.active
//     color #fff
//     background-color $active-color
//     .time, .entry-type, .component-name
//       color lighten($active-color, 75%)
//     .entry-name
//       color: #fff
//     .entry-source
//       color #ddd
//   .app.dark &
//     background-color $dark-background-color
//
// .time
//   font-size 11px
//   color #999
//   float right
//   margin-top 3px