rbbt-rest 1.8.29 → 1.8.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rbbt/rest/workflow.rb +2 -0
  3. data/share/views/compass/old/base/backgrounds.sass +41 -0
  4. data/share/views/compass/old/base/blocks.sass +92 -0
  5. data/share/views/compass/old/base/color.sass +66 -0
  6. data/share/views/compass/old/base/colors.sass +66 -0
  7. data/share/views/compass/old/base/font-scale.sass +20 -0
  8. data/share/views/compass/old/base/fonts.sass +56 -0
  9. data/share/views/compass/old/base/hide.sass +95 -0
  10. data/share/views/compass/old/base/icon_content.scss +569 -0
  11. data/share/views/compass/old/base/icons.sass +75 -0
  12. data/share/views/compass/old/base/material.sass +223 -0
  13. data/share/views/compass/old/base/misc.sass +2 -0
  14. data/share/views/compass/old/base/screen_sizes.sass +16 -0
  15. data/share/views/compass/old/base/text.sass +70 -0
  16. data/share/views/compass/old/base/util.sass +6 -0
  17. data/share/views/compass/old/base/variables/color.sass +27 -0
  18. data/share/views/compass/old/base/variables.sass +68 -0
  19. data/share/views/compass/old/blocks.sass +0 -0
  20. data/share/views/compass/old/cards.sass +131 -0
  21. data/share/views/compass/old/color/blocks.sass +0 -0
  22. data/share/views/compass/old/color/buttons.sass +36 -0
  23. data/share/views/compass/old/color/elements.sass +2 -0
  24. data/share/views/compass/old/color/font.sass +13 -0
  25. data/share/views/compass/old/color/top_bar.sass +18 -0
  26. data/share/views/compass/old/color.sass +10 -0
  27. data/share/views/compass/old/elements/buttons.sass +18 -0
  28. data/share/views/compass/old/elements/forms.sass +197 -0
  29. data/share/views/compass/old/elements/lists.sass +14 -0
  30. data/share/views/compass/old/elements/materials.sass +1 -0
  31. data/share/views/compass/old/elements/movement.sass +84 -0
  32. data/share/views/compass/old/elements/positions.sass +18 -0
  33. data/share/views/compass/old/elements/table.sass +176 -0
  34. data/share/views/compass/old/elements/tool.sass +60 -0
  35. data/share/views/compass/old/elements.sass +218 -0
  36. data/share/views/compass/old/grid.sass +3 -0
  37. data/share/views/compass/old/init.sass +9 -0
  38. data/share/views/compass/old/layout/body.sass +23 -0
  39. data/share/views/compass/old/layout/footer.sass +44 -0
  40. data/share/views/compass/old/layout/result.sass +6 -0
  41. data/share/views/compass/old/layout/reveal.sass +50 -0
  42. data/share/views/compass/old/layout/top_bar.sass +99 -0
  43. data/share/views/compass/old/layout/top_menu.sass +87 -0
  44. data/share/views/compass/old/layout.sass +5 -0
  45. data/share/views/compass/old/menu/accordion_menu.sass +30 -0
  46. data/share/views/compass/old/menu/actionable.sass +1 -0
  47. data/share/views/compass/old/menu/dropdown_menu.sass +31 -0
  48. data/share/views/compass/old/menu/hide.sass +14 -0
  49. data/share/views/compass/old/menu/menu.sass +98 -0
  50. data/share/views/compass/old/menu/tab_menu.sass +14 -0
  51. data/share/views/compass/old/menu/top_bar.sass +105 -0
  52. data/share/views/compass/old/menu/vertical_menu.sass +21 -0
  53. data/share/views/compass/old/menu.sass +43 -0
  54. data/share/views/compass/old/mixins/_all.sass +24 -0
  55. data/share/views/compass/old/mixins/_blocks.sass +79 -0
  56. data/share/views/compass/old/mixins/_compass.sass +0 -0
  57. data/share/views/compass/old/mixins/_deps.sass +5 -0
  58. data/share/views/compass/old/mixins/_hide.sass +76 -0
  59. data/share/views/compass/old/mixins/_keyframes.scss +4 -0
  60. data/share/views/compass/old/mixins/_semantic-ui.sass +2 -0
  61. data/share/views/compass/old/new.sass +1 -0
  62. data/share/views/compass/old/offcanvas.sass +52 -0
  63. data/share/views/compass/old/position/basic.sass +0 -0
  64. data/share/views/compass/old/responsive.sass +53 -0
  65. data/share/views/compass/old/semantic-ui/semantic-ui.css +19776 -0
  66. data/share/views/compass/old/semantic-ui.css +19776 -0
  67. data/share/views/compass/old/space/button.sass +74 -0
  68. data/share/views/compass/old/table.sass +142 -0
  69. data/share/views/compass/old/text.sass +48 -0
  70. data/share/views/compass/old/variables/colors.sass +7 -0
  71. data/share/views/compass/old/variables/sizes.sass +5 -0
  72. metadata +71 -2
@@ -0,0 +1,223 @@
1
+ // Creating Google Material Design in SCSS
2
+ // (specifically Material Shadow, uses compass)
3
+ // see: http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-paper-craft
4
+
5
+ // Demo: http://codepen.io/stoikerty/full/Glwxi/
6
+
7
+ // Animating Box-Shadow is EXPENSIVE:
8
+ // http://www.html5rocks.com/en/tutorials/speed/high-performance-animations/#toc-
9
+
10
+ // Moving between z-index-depths is done via opacity & multiple
11
+ // box-shadows, as transitioning the box-shadow's y-axis is buggy
12
+ // (tested on Chrome v.35)
13
+
14
+ $easeOutExpo : cubic-bezier(0.190, 1.000, 0.220, 1.000)
15
+ $easeInExpo : cubic-bezier(0.950, 0.050, 0.795, 0.035)
16
+ $easeInOutExpo : cubic-bezier(1.000, 0.000, 0.000, 1.000)
17
+
18
+ @import "compass/css3/opacity"
19
+ @import "compass/css3/transition"
20
+ @import "compass/css3/box-shadow"
21
+
22
+ =top_shadow($depth: 1)
23
+ $z1 : 0
24
+ $z2 : 0
25
+ $z3 : 0
26
+ $z4 : 0
27
+ $z5 : 0
28
+
29
+ $op: 0.30
30
+ @if $depth == 1
31
+ $op: 0.12
32
+ @if $depth == 2
33
+ $op: 0.16
34
+ @if $depth == 3
35
+ $op: 0.19
36
+ @if $depth == 4
37
+ $op: 0.25
38
+ @if $depth == 5
39
+ $op: 0.30
40
+
41
+ @if $depth == 1
42
+ $z1 : $op
43
+ @if $depth == 2
44
+ $z2 : $op
45
+ @if $depth == 3
46
+ $z3 : $op
47
+ @if $depth == 4
48
+ $z4 : $op
49
+ @if $depth == 5
50
+ $z5 : $op
51
+
52
+ @include box-shadow( 0px 1px 1.5px rgba(#000, $z1), 0px 3px 3px rgba(#000, $z2), 0px 10px 10px rgba(#000, $z3), 0px 14px 14px rgba(#000, $z4), 0px 19px 19px rgba(#000, $z5))
53
+
54
+ =bottom_shadow($depth: 1)
55
+
56
+ $z1 : 0
57
+ $z2 : 0
58
+ $z3 : 0
59
+ $z4 : 0
60
+ $z5 : 0
61
+
62
+ $op: 0.30
63
+ @if $depth == 1
64
+ $op: 0.12
65
+ @if $depth == 2
66
+ $op: 0.16
67
+ @if $depth == 3
68
+ $op: 0.19
69
+ @if $depth == 4
70
+ $op: 0.25
71
+ @if $depth == 5
72
+ $op: 0.30
73
+
74
+ @if $depth == 1
75
+ $z1 : $op
76
+ @if $depth == 2
77
+ $z2 : $op
78
+ @if $depth == 3
79
+ $z3 : $op
80
+ @if $depth == 4
81
+ $z4 : $op
82
+ @if $depth == 5
83
+ $z5 : $op
84
+ @include box-shadow( 0px 1px 1px rgba(#000, $z1), 0px 3px 3px rgba(#000, $z2), 0px 6px 3px rgba(#000, $z3), 0px 10px 5px rgba(#000, $z4), 0px 15px 6px rgba(#000, $z5))
85
+
86
+ =inset_bottom_shadow($depth: 1)
87
+
88
+ $z1 : 0
89
+ $z2 : 0
90
+ $z3 : 0
91
+ $z4 : 0
92
+ $z5 : 0
93
+
94
+ $op: 0.30
95
+ @if $depth == 1
96
+ $op: 0.12
97
+ @if $depth == 2
98
+ $op: 0.16
99
+ @if $depth == 3
100
+ $op: 0.19
101
+ @if $depth == 4
102
+ $op: 0.25
103
+ @if $depth == 5
104
+ $op: 0.30
105
+
106
+ @if $depth == 1
107
+ $z1 : $op
108
+ @if $depth == 2
109
+ $z2 : $op
110
+ @if $depth == 3
111
+ $z3 : $op
112
+ @if $depth == 4
113
+ $z4 : $op
114
+ @if $depth == 5
115
+ $z5 : $op
116
+
117
+ @include box-shadow(inset 0px 1px 1px rgba(#000, $z1), 0px 3px 3px rgba(#000, $z2), 0px 6px 3px rgba(#000, $z3), 0px 10px 5px rgba(#000, $z4), 0px 15px 6px rgba(#000, $z5))
118
+
119
+
120
+ @mixin materialShadow($depth)
121
+ $z1 : 0
122
+ $z2 : 0
123
+ $z3 : 0
124
+ $z4 : 0
125
+ $z5 : 0
126
+
127
+ $op: 0.30
128
+ @if $depth == 1
129
+ $op: 0.12
130
+ @if $depth == 2
131
+ $op: 0.16
132
+ @if $depth == 3
133
+ $op: 0.19
134
+ @if $depth == 4
135
+ $op: 0.25
136
+ @if $depth == 5
137
+ $op: 0.30
138
+
139
+ @if $depth == 1
140
+ $z1 : $op
141
+ @if $depth == 2
142
+ $z2 : $op
143
+ @if $depth == 3
144
+ $z3 : $op
145
+ @if $depth == 4
146
+ $z4 : $op
147
+ @if $depth == 5
148
+ $z5 : $op
149
+
150
+ &:before, &:after
151
+ @include transition( box-shadow 0.7s 0.01s $easeOutExpo)
152
+
153
+ // Top Shadow
154
+ &:before
155
+ @if $depth == 1
156
+ @include opacity(0.12)
157
+ @if $depth == 2
158
+ @include opacity(0.16)
159
+ @if $depth == 3
160
+ @include opacity(0.19)
161
+ @if $depth == 4
162
+ @include opacity(0.25)
163
+ @if $depth == 5
164
+ @include opacity(0.30)
165
+
166
+ @include box-shadow( 0px 1px 1.5px rgba(#000, $z1), 0px 3px 3px rgba(#000, $z2), 0px 10px 10px rgba(#000, $z3), 0px 14px 14px rgba(#000, $z4), 0px 19px 19px rgba(#000, $z5))
167
+
168
+
169
+ // Bottom Shadow
170
+ &:after
171
+ @if $depth == 1
172
+ @include opacity(0.24)
173
+ @if $depth == 2
174
+ @include opacity(0.23)
175
+ @if $depth == 3
176
+ @include opacity(0.23)
177
+ @if $depth == 4
178
+ @include opacity(0.22)
179
+ @if $depth == 5
180
+ @include opacity(0.22)
181
+
182
+ @include box-shadow( 0px 1px 1px rgba(#000, $z1), 0px 3px 3px rgba(#000, $z2), 0px 6px 3px rgba(#000, $z3), 0px 10px 5px rgba(#000, $z4), 0px 15px 6px rgba(#000, $z5))
183
+
184
+
185
+
186
+ // Example Usage:
187
+ /*
188
+ =material($depth: 1)
189
+ z-index: $depth * 2
190
+ //top: $depth
191
+ //margin-bottom: - $depth
192
+
193
+ @include transition( box-shadow 0.7s 0.01s $easeOutExpo)
194
+ &:before, &:after
195
+ z-index: -1
196
+
197
+ position: absolute
198
+ display: block
199
+ content: ' '
200
+
201
+ //width: 100%
202
+ //height: 100%
203
+
204
+ top: 0
205
+ left: 0
206
+ bottom: 0
207
+ right: 0
208
+
209
+ margin: 0
210
+ padding: 0
211
+
212
+ @include materialShadow($depth)
213
+
214
+ =material($depth: 1)
215
+ z-index: $depth * 2
216
+ +top_shadow($depth)
217
+ +bottom_shadow($depth)
218
+
219
+ =noshadow
220
+ &:before, &:after
221
+ +box-shadow(0px 0px 0px, 0px 0px 0px, 0px 0px 0px, 0px 0px 0px)
222
+
223
+ /**/
@@ -0,0 +1,2 @@
1
+ @import "toolkit"
2
+ @import "base/variables"
@@ -0,0 +1,16 @@
1
+ $very-small-screen: 500px
2
+ $small-screen: 700px
3
+ $medium-screen: 900px
4
+ $large-screen: 1024px
5
+ $very-large-screen: 1240px
6
+
7
+ $not-very-small: "only screen and (min-width: #{$very-small-screen + 1})"
8
+ $not-small: "only screen and (min-width: #{$small-screen + 1})"
9
+ $not-large: "only screen and (max-width: #{$large-screen - 1})"
10
+ $not-very-large: "only screen and (max-width: #{$very-large-screen})"
11
+
12
+ $only-very-small: "only screen and (max-width: #{$very-small-screen})"
13
+ $only-small: "only screen and (max-width: #{$small-screen})"
14
+ $only-large: "only screen and (min-width: #{$large-screen})"
15
+ $only-very-large: "only screen and (min-width: #{$very-large-screen})"
16
+
@@ -0,0 +1,70 @@
1
+ @import "base/variables"
2
+ @import "compass/css3/columns"
3
+
4
+ =set_item_height($size: $minimum-height)
5
+ height: $size
6
+ line-height: $size
7
+
8
+ =text_line($font-size: $base-font-size)
9
+ font-size: $font-size
10
+ line-height: $font-size * 3
11
+
12
+ =text_item($height: $minimum-height, $width: $column)
13
+ +text_line
14
+ +oneline
15
+ width: $width
16
+
17
+ =oneline
18
+ white-space: nowrap
19
+ overflow: hidden
20
+ text-overflow: ellipsis
21
+
22
+ =ellipsis_text
23
+ +oneline
24
+ &:hover
25
+ overflow: visible
26
+ text-overflow: none
27
+ z-index: 3
28
+ ~ *
29
+ z-index: 2
30
+
31
+ =column_text($size: 3)
32
+ @include columns(30em $size)
33
+ @include column-gap(2em)
34
+ text-align: justify
35
+
36
+ =subtle_text
37
+ +font-scale(0.7)
38
+
39
+ =active
40
+ +bold
41
+
42
+ =loading
43
+ +italic
44
+
45
+ =normal_cursor
46
+ cursor: auto
47
+
48
+ =pointer
49
+ cursor: pointer
50
+
51
+ =help_cursor
52
+ cursor: help
53
+
54
+ =progress_cursor
55
+ cursor: progress
56
+
57
+ =down_cursor
58
+ cursor: s-resize
59
+
60
+ =up_cursor
61
+ cursor: n-resize
62
+
63
+ =noselect
64
+ -webkit-touch-callout: none
65
+ -webkit-user-select: none
66
+ -khtml-user-select: none
67
+ -moz-user-select: none
68
+ -ms-user-select: none
69
+ user-select: none
70
+
@@ -0,0 +1,6 @@
1
+ =clear_vertical_sizing
2
+ margin-top: 0
3
+ margin-bottom: 0
4
+ padding-top: 0
5
+ padding-bottom: 0
6
+
@@ -0,0 +1,27 @@
1
+ //$color-one: #455a64
2
+ //$color-two: #607d8b
3
+ //$color-accent: #263238
4
+ $color-one: #29b6f6
5
+ $color-two: #c9c9c9
6
+ $color-accent: #263238
7
+ $color-one: #A5A5A5
8
+
9
+ $color-link: #1A0DAB
10
+ $color-link-alt: shade($color-link, 80)
11
+
12
+ $subtle-color: $color-two
13
+
14
+ $button-color: $color-two
15
+
16
+ $background-color: white
17
+ $very-subtle-color: lighten($subtle-color, 10)
18
+ $extremely-subtle-color: lighten($subtle-color, 15)
19
+
20
+ $subtle-border: darken($subtle-color, 20)
21
+ $subtle-background: $subtle-color
22
+
23
+ $background-font-color: rgba(0,0,0,0.70)
24
+
25
+ $table_color: tint($color-two, 30)
26
+ $font-color: rgba(0,0,0,0.84)
27
+ $triglecolor: rgba(0,0,0,0.15)
@@ -0,0 +1,68 @@
1
+ @import "variables/color"
2
+
3
+ $golden-ratio: 1.618
4
+ $golden-stepup: $golden-ratio - 1
5
+ $golden-percent: $golden-stepup * 100
6
+
7
+ $indent: 2.5%
8
+ $vindent: rhythm(1)
9
+
10
+ $tile: 8px
11
+ $font-size: 2 * $tile
12
+ $font-line-size: 1.5 * $font-size
13
+
14
+ $mini-tile: 4px
15
+ $vgap: $tile
16
+ $large-vgap: 4 * $tile
17
+
18
+ $font-vsize: $font-size
19
+ $font-line-vsize: $font-line-size
20
+ $mini-vsize: $tile * 3
21
+ $very-small-vsize: $tile * 5
22
+ $small-vsize: $tile * 6
23
+ $medium-vsize: $tile * 7
24
+ $large-vsize: $tile * 8
25
+ $very-large-vsize: $tile * 9
26
+
27
+ $app-bar-vsize-small: $small-vsize
28
+ $app-bar-vsize-medium: $medium-vsize
29
+ $app-bar-vsize-large: $large-vsize
30
+
31
+ $minimum-height: $medium-vsize
32
+ $minimum-width: $medium-vsize
33
+
34
+ $mobile-tall: 420
35
+ $mobile-wide: 320
36
+
37
+ $gutter: 2 * $tile
38
+ $column: 5 * $tile
39
+ $pre-space: 9 * $tile
40
+
41
+ $mobile-width-columns: $mobile-wide / $column
42
+
43
+ $susy : ( columns: 5, output: isolate, gutter: 2/5)
44
+
45
+ $top_menu_height: $app-bar-vsize-large
46
+ $top_menu_height: 48px
47
+ $top_menu_font_size: $top_menu_height / 3
48
+ $body_top_margin: $top_menu_height * 2
49
+
50
+ $icon-default-width: 6 * $tile
51
+
52
+ $base-font-size: 2 * $tile
53
+ $base-line-height: 1.5 * $base-font-size
54
+ $rhythm-unit: "rem"
55
+
56
+ $medium-button-width: 11 * $tile
57
+ $action-hpadding: 8px
58
+ $action-vpadding: 1em
59
+ $action-hmargin: 8px
60
+ $action-vmargin: 1em
61
+
62
+ $margin_table_actions: 7px
63
+ $padding_table: rhythm(0.5) 0.5em
64
+
65
+ $color_table_border: $subtle-border
66
+
67
+ $card_title_height: 5 * $base-line-height
68
+
File without changes
@@ -0,0 +1,131 @@
1
+ @import "toolkit"
2
+ @import "compass/typography/vertical_rhythm"
3
+
4
+ @import "base/blocks"
5
+ @import "base/hide"
6
+ @import "base/variables"
7
+ @import "base/fonts"
8
+ @import "base/text"
9
+ @import "base/icons"
10
+ @import "elements/buttons"
11
+ @import "elements/positions"
12
+
13
+ =card_title
14
+ +trailer(2)
15
+ width: 100%
16
+ .name
17
+ +large
18
+ .long_name
19
+ +medium
20
+
21
+ =card_description
22
+ width: 100%
23
+ +trailer(1)
24
+
25
+
26
+ =toggle_actions
27
+ +fix_to_bar
28
+ z-index: 9
29
+ @extend %background-main
30
+ .action_controller
31
+ +padded_block
32
+ .action_loader
33
+ +white_background
34
+ +padded_block
35
+ border: 1px solid $subtle_color
36
+ min-height: 10em
37
+ &:empty
38
+ &:before
39
+ content: "Use controls above to select an Action"
40
+ &.reloading
41
+ +opacity(0.5)
42
+
43
+ +shifting-up
44
+ //&:not(.show)
45
+ +shrink_direction(up)
46
+ &.show
47
+ .action_loader
48
+ min-height: 10em
49
+ float: left
50
+ width: 100%
51
+
52
+ =card_actions
53
+ +leader(1)
54
+ min-height: rhythm(10)
55
+ width: 100%
56
+ &:not(:empty)
57
+ +toggle_actions
58
+
59
+ =card_sidebar
60
+ meta > dl, .entity_info > dl
61
+ +clean_list
62
+ & > dt
63
+ +bold
64
+
65
+ .sidebar
66
+ +card_sidebar
67
+
68
+ .card, .entity_card, .entity_list_card, .action_card
69
+ +clearfix
70
+ & > .title
71
+ +card_title
72
+ & > .content
73
+ float: right
74
+ width: 100%
75
+ +clearfix
76
+ & > .description
77
+ +card_description
78
+ +clearfix
79
+ & > .actions
80
+ +card_actions
81
+
82
+ .action_content > .action_card
83
+ & > .title, & > .action_parameters, & > .action_description
84
+ display: none
85
+
86
+ .action_loader
87
+ +clearfix
88
+
89
+ =action_controller_button
90
+ @extend %button
91
+
92
+ .action_controller
93
+ margin-bottom: 0
94
+ width: 100%
95
+ & > ul
96
+ +clearfix
97
+ clear: both
98
+ margin-bottom: rhythm(1)
99
+
100
+ & > li
101
+ +action_controller_button
102
+ float: left
103
+
104
+ &.controls > li
105
+ font-size: 1.3em
106
+ width: font-spaces(5)
107
+ max-width: span(1 of 5)
108
+ &:not(.active)
109
+ +inactive_button
110
+
111
+ &.actions > li
112
+ min-width: span(1 of 5)
113
+ &:not(:hover)
114
+ border: 1px solid $subtle_border !important
115
+ &.active
116
+ +active
117
+ background-color: darken($subtle-background, 5)
118
+ &.loading
119
+ +loading
120
+
121
+ .star, .reload
122
+ i
123
+ +pointer
124
+ width: 100%
125
+ display: inline-block
126
+ .star.active > i
127
+ +gold
128
+
129
+ .hide_toggle[data-title=Actions]
130
+ +actions_icon
131
+
File without changes
@@ -0,0 +1,36 @@
1
+ =btn-theme($btn-color)
2
+ $off-wht: rgba(white,.2)
3
+ border-color: darken($btn-color, 20%)
4
+ background-color: $btn-color
5
+ &:hover
6
+ background-color: darken($btn-color, 6%)
7
+ //box-shadow: 0 .125em $off-wht, inset 0 .063em $off-wht, inset 0 -.188em lighten($btn-color, 2%)
8
+
9
+ &:active
10
+ //box-shadow: 0 .063em $off-wht, inset 0 0 1.094em darken($btn-color, 40%), inset 0 .063em darken($btn-color, 20%),inset 0 -0.188em darken($btn-color, 20%)
11
+
12
+ %button
13
+ color: rgba(0,0,0,0.6)
14
+ +btn-theme($color-background-subtle)
15
+ & > a
16
+ display: inline-block
17
+ height: 100%
18
+ width: 100%
19
+
20
+ //%button
21
+ color: rgba(0,0,0,0.6)
22
+ @extend %background-subtle
23
+ &:not(.show):hover
24
+ @extend %background-hover
25
+ &.show
26
+ @extend %background-active
27
+ &.loading
28
+ @extend %background-hover
29
+ &.error
30
+ @extend %background-error
31
+ & > a
32
+ display: inline-block
33
+ height: 100%
34
+ width: 100%
35
+
36
+
@@ -0,0 +1,2 @@
1
+ #top_menu
2
+ @extend %top_bar
@@ -0,0 +1,13 @@
1
+ @import "base/variables/color"
2
+ @import "base/fonts"
3
+ body
4
+ color: rgba(0,0,0,0.84)
5
+
6
+ a:not([href="#"])
7
+ color: $color-link
8
+
9
+ %button
10
+ +monospace
11
+ +light_weight
12
+ text-transform: capitalize
13
+
@@ -0,0 +1,18 @@
1
+ @import "base/variables/color"
2
+ @import "color/buttons"
3
+ @import "compass/css3/transition"
4
+
5
+ %top_bar
6
+ @extend %background-subtle
7
+ .title, .title a
8
+ color: white
9
+ .favourites, .user
10
+ > dl
11
+ > dt
12
+ +btn-theme($color-background-subtle)
13
+ +transition(all 0.23s)
14
+ color: rgba(0,0,0,0.6)
15
+ > a
16
+ line-height: 3em
17
+ color: rgba(0,0,0,0.6)
18
+
@@ -0,0 +1,10 @@
1
+ @import "base/colors"
2
+ @import "color/font"
3
+ @import "color/top_bar"
4
+ @import "color/elements"
5
+
6
+ =subtle_color
7
+ color: $subtle-color
8
+
9
+ body
10
+ background: #F9F9F9
@@ -0,0 +1,18 @@
1
+ @import "base/variables"
2
+ @import "base/colors"
3
+ @import "elements/lists"
4
+
5
+ =actionable
6
+ cursor: pointer
7
+
8
+ %actionable
9
+ +actionable
10
+
11
+ =toggle_button
12
+ +actionable
13
+ +hide_next
14
+
15
+ @import "base/fonts"
16
+
17
+ @import "color/buttons"
18
+ @import "space/button"