bones-rails 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/{LICENSE.txt → LICENSE.md} +1 -1
  2. data/app/assets/stylesheets/bones.scss +61 -59
  3. data/app/assets/stylesheets/bones/config.scss +67 -0
  4. data/app/assets/stylesheets/bones/config/__default.scss +14 -0
  5. data/app/assets/stylesheets/bones/config/_buttons.scss +21 -0
  6. data/app/assets/stylesheets/bones/config/_colors.scss +93 -0
  7. data/app/assets/stylesheets/bones/config/_components.scss +4 -0
  8. data/app/assets/stylesheets/bones/config/_forms.scss +28 -0
  9. data/app/assets/stylesheets/bones/config/_helpers.scss +31 -0
  10. data/app/assets/stylesheets/bones/config/_images.scss +23 -0
  11. data/app/assets/stylesheets/bones/config/_nav.scss +117 -0
  12. data/app/assets/stylesheets/bones/config/_tables.scss +12 -0
  13. data/app/assets/stylesheets/bones/config/_typography.scss +83 -0
  14. data/app/assets/stylesheets/bones/config/_wireframe.scss +18 -0
  15. data/app/assets/stylesheets/bones/styles/__default.scss +27 -0
  16. data/app/assets/stylesheets/bones/styles/_buttons.scss +118 -0
  17. data/app/assets/stylesheets/bones/styles/_components.scss +24 -0
  18. data/app/assets/stylesheets/bones/{partials → styles}/_forms.scss +18 -2
  19. data/app/assets/stylesheets/bones/styles/_images.scss +69 -0
  20. data/app/assets/stylesheets/bones/styles/_nav.scss +210 -0
  21. data/app/assets/stylesheets/bones/{partials → styles}/_tables.scss +6 -4
  22. data/app/assets/stylesheets/bones/styles/_typography.scss +227 -0
  23. data/app/assets/stylesheets/bones/styles/_wireframe.scss +57 -0
  24. data/app/assets/stylesheets/bones/styles/helpers/_background.scss +201 -0
  25. data/app/assets/stylesheets/bones/styles/helpers/_border.scss +201 -0
  26. data/app/assets/stylesheets/bones/styles/helpers/_color.scss +201 -0
  27. data/app/assets/stylesheets/bones/styles/helpers/_margin.scss +82 -0
  28. data/app/assets/stylesheets/bones/styles/helpers/_padding.scss +82 -0
  29. data/app/assets/stylesheets/bones/{helpers → styles/helpers}/_positioning.scss +4 -3
  30. data/app/assets/stylesheets/bones/styles/helpers/_size.scss +11 -0
  31. data/app/assets/stylesheets/bones/styles/plugins/_syntax_highlighting.scss +273 -0
  32. data/app/assets/stylesheets/bones/vendor/_normalize.scss +1 -1
  33. data/lib/bones/generators/install_generator.rb +29 -5
  34. data/lib/bones/rails/version.rb +1 -1
  35. metadata +32 -39
  36. data/app/assets/javascripts/bones.js +0 -116
  37. data/app/assets/stylesheets/bones/config/bones_config.scss +0 -262
  38. data/app/assets/stylesheets/bones/helpers/_background.scss +0 -138
  39. data/app/assets/stylesheets/bones/helpers/_border.scss +0 -138
  40. data/app/assets/stylesheets/bones/helpers/_color.scss +0 -138
  41. data/app/assets/stylesheets/bones/helpers/_margin.scss +0 -82
  42. data/app/assets/stylesheets/bones/helpers/_padding.scss +0 -82
  43. data/app/assets/stylesheets/bones/helpers/_size.scss +0 -34
  44. data/app/assets/stylesheets/bones/mixins/_buttons.scss +0 -19
  45. data/app/assets/stylesheets/bones/mixins/_forms.scss +0 -15
  46. data/app/assets/stylesheets/bones/mixins/_globals.scss +0 -15
  47. data/app/assets/stylesheets/bones/mixins/_grid.scss +0 -4
  48. data/app/assets/stylesheets/bones/mixins/_nav.scss +0 -41
  49. data/app/assets/stylesheets/bones/mixins/_typography.scss +0 -15
  50. data/app/assets/stylesheets/bones/partials/_buttons.scss +0 -86
  51. data/app/assets/stylesheets/bones/partials/_code.scss +0 -99
  52. data/app/assets/stylesheets/bones/partials/_components.scss +0 -22
  53. data/app/assets/stylesheets/bones/partials/_globals.scss +0 -27
  54. data/app/assets/stylesheets/bones/partials/_grid.scss +0 -112
  55. data/app/assets/stylesheets/bones/partials/_images.scss +0 -52
  56. data/app/assets/stylesheets/bones/partials/_nav.scss +0 -111
  57. data/app/assets/stylesheets/bones/partials/_typography.scss +0 -174
  58. data/app/assets/stylesheets/bones/variables/_buttons.scss +0 -16
  59. data/app/assets/stylesheets/bones/variables/_code.scss +0 -15
  60. data/app/assets/stylesheets/bones/variables/_colors.scss +0 -122
  61. data/app/assets/stylesheets/bones/variables/_forms.scss +0 -12
  62. data/app/assets/stylesheets/bones/variables/_globals.scss +0 -12
  63. data/app/assets/stylesheets/bones/variables/_grid.scss +0 -8
  64. data/app/assets/stylesheets/bones/variables/_helpers.scss +0 -9
  65. data/app/assets/stylesheets/bones/variables/_images.scss +0 -13
  66. data/app/assets/stylesheets/bones/variables/_nav.scss +0 -40
  67. data/app/assets/stylesheets/bones/variables/_tables.scss +0 -7
  68. data/app/assets/stylesheets/bones/variables/_typography.scss +0 -61
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bones-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-21 00:00:00.000000000 Z
12
+ date: 2013-12-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -68,46 +68,39 @@ extra_rdoc_files: []
68
68
  files:
69
69
  - .gitignore
70
70
  - Gemfile
71
- - LICENSE.txt
71
+ - LICENSE.md
72
72
  - README.md
73
73
  - Rakefile
74
- - app/assets/javascripts/bones.js
75
74
  - app/assets/stylesheets/bones.scss
76
- - app/assets/stylesheets/bones/config/bones_config.scss
77
- - app/assets/stylesheets/bones/helpers/_background.scss
78
- - app/assets/stylesheets/bones/helpers/_border.scss
79
- - app/assets/stylesheets/bones/helpers/_color.scss
80
- - app/assets/stylesheets/bones/helpers/_margin.scss
81
- - app/assets/stylesheets/bones/helpers/_padding.scss
82
- - app/assets/stylesheets/bones/helpers/_positioning.scss
83
- - app/assets/stylesheets/bones/helpers/_size.scss
84
- - app/assets/stylesheets/bones/mixins/_buttons.scss
85
- - app/assets/stylesheets/bones/mixins/_forms.scss
86
- - app/assets/stylesheets/bones/mixins/_globals.scss
87
- - app/assets/stylesheets/bones/mixins/_grid.scss
88
- - app/assets/stylesheets/bones/mixins/_nav.scss
89
- - app/assets/stylesheets/bones/mixins/_typography.scss
90
- - app/assets/stylesheets/bones/partials/_buttons.scss
91
- - app/assets/stylesheets/bones/partials/_code.scss
92
- - app/assets/stylesheets/bones/partials/_components.scss
93
- - app/assets/stylesheets/bones/partials/_forms.scss
94
- - app/assets/stylesheets/bones/partials/_globals.scss
95
- - app/assets/stylesheets/bones/partials/_grid.scss
96
- - app/assets/stylesheets/bones/partials/_images.scss
97
- - app/assets/stylesheets/bones/partials/_nav.scss
98
- - app/assets/stylesheets/bones/partials/_tables.scss
99
- - app/assets/stylesheets/bones/partials/_typography.scss
100
- - app/assets/stylesheets/bones/variables/_buttons.scss
101
- - app/assets/stylesheets/bones/variables/_code.scss
102
- - app/assets/stylesheets/bones/variables/_colors.scss
103
- - app/assets/stylesheets/bones/variables/_forms.scss
104
- - app/assets/stylesheets/bones/variables/_globals.scss
105
- - app/assets/stylesheets/bones/variables/_grid.scss
106
- - app/assets/stylesheets/bones/variables/_helpers.scss
107
- - app/assets/stylesheets/bones/variables/_images.scss
108
- - app/assets/stylesheets/bones/variables/_nav.scss
109
- - app/assets/stylesheets/bones/variables/_tables.scss
110
- - app/assets/stylesheets/bones/variables/_typography.scss
75
+ - app/assets/stylesheets/bones/config.scss
76
+ - app/assets/stylesheets/bones/config/__default.scss
77
+ - app/assets/stylesheets/bones/config/_buttons.scss
78
+ - app/assets/stylesheets/bones/config/_colors.scss
79
+ - app/assets/stylesheets/bones/config/_components.scss
80
+ - app/assets/stylesheets/bones/config/_forms.scss
81
+ - app/assets/stylesheets/bones/config/_helpers.scss
82
+ - app/assets/stylesheets/bones/config/_images.scss
83
+ - app/assets/stylesheets/bones/config/_nav.scss
84
+ - app/assets/stylesheets/bones/config/_tables.scss
85
+ - app/assets/stylesheets/bones/config/_typography.scss
86
+ - app/assets/stylesheets/bones/config/_wireframe.scss
87
+ - app/assets/stylesheets/bones/styles/__default.scss
88
+ - app/assets/stylesheets/bones/styles/_buttons.scss
89
+ - app/assets/stylesheets/bones/styles/_components.scss
90
+ - app/assets/stylesheets/bones/styles/_forms.scss
91
+ - app/assets/stylesheets/bones/styles/_images.scss
92
+ - app/assets/stylesheets/bones/styles/_nav.scss
93
+ - app/assets/stylesheets/bones/styles/_tables.scss
94
+ - app/assets/stylesheets/bones/styles/_typography.scss
95
+ - app/assets/stylesheets/bones/styles/_wireframe.scss
96
+ - app/assets/stylesheets/bones/styles/helpers/_background.scss
97
+ - app/assets/stylesheets/bones/styles/helpers/_border.scss
98
+ - app/assets/stylesheets/bones/styles/helpers/_color.scss
99
+ - app/assets/stylesheets/bones/styles/helpers/_margin.scss
100
+ - app/assets/stylesheets/bones/styles/helpers/_padding.scss
101
+ - app/assets/stylesheets/bones/styles/helpers/_positioning.scss
102
+ - app/assets/stylesheets/bones/styles/helpers/_size.scss
103
+ - app/assets/stylesheets/bones/styles/plugins/_syntax_highlighting.scss
111
104
  - app/assets/stylesheets/bones/vendor/_normalize.scss
112
105
  - bones-rails.gemspec
113
106
  - lib/bones/generators/install_generator.rb
@@ -1,116 +0,0 @@
1
- $(document).ready(function(){
2
-
3
- // vars
4
- bonesResponsiveSlide = false;
5
-
6
- /* Overall Click Event for Body
7
- ----------------------------------------- */
8
- $('body').click(function(e) {
9
- var target = $(e.target);
10
- bonesClick(target);
11
- });
12
-
13
- function bonesClick(target) {
14
-
15
- /* Responsive Navigation
16
- ----------------------------------------- */
17
- if( target.is('.nav-toggle') && bonesResponsiveSlide == false) {
18
- // slides body
19
- $('body').animate({'left': '200px'}, 500 );
20
- // says body is slid out to right
21
- bonesResponsiveSlide = true
22
- }
23
- else if( bonesResponsiveSlide == true && !target.is('.nav') ) {
24
- // slides body back to left
25
- $('body').animate({'left': '0'}, 500 );
26
- bonesResponsiveSlide = false;
27
- } // <-- RESPONSIVE NAVIGATION
28
-
29
- /* Tabs
30
- ----------------------------------------- */
31
- if( target.is('.tabs li') ) {
32
- // class control for styling
33
- $('.tabs li').removeClass('active');
34
- $(target).addClass('active');
35
- // the tab to look for
36
- var tab = $(target).attr('data-tab');
37
- // steps through tab content section until finding the right one
38
- $('.tab-content').each(function(){
39
- if( $(this).attr('data-tab') != tab ) $(this).hide();
40
- else $(this).show();
41
- });
42
- } // <-- TABS
43
-
44
- } // <-- bonesClick() | OVERALL CLICK CONTROL
45
-
46
- /* Responsive Control for Window Resize
47
- ----------------------------------------- */
48
- $(window).resize(function(){
49
- if( $('body').width() < 768 && bonesResponsiveSlide == true ) {
50
- // moves body back into place if it's out
51
- $('body').css('left', '0');
52
- bonesResponsiveSlide = false;
53
- }
54
- }); // <-- WINDOW RESIZE
55
-
56
- /* Tooltip
57
- ----------------------------------------- */
58
- if( $('.tooltip').length > 0 ) {
59
- bonesTooltipHover = 0; // counter to help build page tooltip elements
60
- $('.tooltip').hover(function(){
61
- // iterative counter to build unique tooltip IDs
62
- bonesTooltipHover++;
63
- // get the element's title and then hide it (temporarily)
64
- bonesTooltipContent = $(this).attr('title');
65
- $(this).attr('title', '');
66
- // create (iterative) custom ID for tooltip, then build the element
67
- bonesTooltipID = 'bones-tooltip-'+bonesTooltipHover;
68
- $('body').prepend('<div id="'+bonesTooltipID+'" class="bones-tooltip">'+bonesTooltipContent+'<div class="arrow-bottom"></div></div>');
69
- // calculations for determining where to position the tooltip
70
- var thisWidth = $(this).width();
71
- var tooltipWidth = $('#'+bonesTooltipID).width();
72
- var tooltipHeight = $('#'+bonesTooltipID).height();
73
- var tooltipLeft = $(this).offset().left + (thisWidth / 2) - (tooltipWidth / 2);
74
- var tooltipTop = $(this).offset().top - tooltipHeight - 30;
75
- $('#'+bonesTooltipID).css({
76
- top : tooltipTop + 'px',
77
- left : tooltipLeft + 'px'
78
- });
79
- // show tooltip
80
- $('#'+bonesTooltipID).fadeIn(300);
81
- }, function(){
82
- // hide and destroy tooltip (keeps markup clean)
83
- $('#'+bonesTooltipID).hide();
84
- $('#'+bonesTooltipID).remove();
85
- // replace title (for other applications and plugins that require it)
86
- $(this).attr('title', bonesTooltipContent);
87
- });
88
- } // <-- TOOLTIP
89
-
90
- /* Images
91
- ----------------------------------------- */
92
- if( $('.crop').length > 0 ) {
93
- $('.crop').each(function(){
94
- var imgHeight = $(this).children('img').height();
95
- var divHeight = $(this).height();
96
- if( imgHeight < divHeight ) {
97
- $(this).children('img').css({
98
- 'height': '100%',
99
- 'width': 'auto',
100
- });
101
- var imgWidth = $(this).children('img').width();
102
- var divWidth = $(this).width();
103
- var imgLeft = (divWidth / 2) - (imgWidth / 2);
104
- $(this).children('img').css('left',imgLeft+'px');
105
- }
106
- else {
107
- var imgTop = (divHeight / 2) - (imgHeight / 2);
108
- $(this).children('img').css('top',imgTop+'px');
109
- }
110
- });
111
- }
112
- });
113
-
114
-
115
-
116
-
@@ -1,262 +0,0 @@
1
- // buttons
2
- $button-color: $accent-light;
3
- $button-background-color: $primary;
4
- $button-hover-background-color: $primary-dark;
5
- $button-active-background-color: $primary-darker;
6
-
7
- // default styles
8
- $button-border: none;
9
- $button-padding: 0.65em 1em;
10
- $button-margin: $default-margin;
11
- $button-font-size: $default-font-size;
12
-
13
- // size
14
- $button-huge-font-size: 200%;
15
- $button-large-font-size: 150%;
16
- $button-small-font-size: 75%;
17
-
18
- // code
19
- $code-font-family: Consolas, monospace;
20
- $code-color: $code;
21
- $code-font-size: 12px;
22
- $code-background: $accent-light;
23
- $code-padding: 1px 2px;
24
- $code-border: $accent-light-dark;
25
-
26
- // code block
27
- $code-block-margin: 1.25em 0;
28
- $code-block-padding: 1.25em 0.75em;
29
- $code-block-font-family: $code-font-family;
30
- $code-block-color: $font;
31
- $code-block-background: $accent-light;
32
- $code-block-border: $accent-light-dark;
33
- $code-block-font-size: 13px;
34
- $code-block-line-height: 19px;
35
-
36
- // palette
37
- $primary: #1D9BC7; // blue
38
- $accent-1: #E05432; // red/orange
39
- $accent-2: #168719; // green
40
- $accent-dark: #444444; // dark
41
- $accent-light: #efefef; // light
42
-
43
- $warning: #CCA300;
44
- $danger: #CC0000;
45
- $success: #008A2E;
46
-
47
- // tones
48
- $primary-light: #6BCEF0;
49
- $primary-lighter: #AEE4F5;
50
- $primary-lightest: lighten(#AEE4F5, 5%);
51
- $primary-dark: darken($primary, 5%);
52
- $primary-darker: darken($primary, 15%);
53
- $primary-darkest: darken($primary, 25%);
54
-
55
- $accent-1-light: lighten($accent-1, 5%);
56
- $accent-1-lighter: lighten($accent-1, 15%);
57
- $accent-1-lightest: lighten($accent-1, 25%);
58
- $accent-1-dark: darken($accent-1, 5%);
59
- $accent-1-darker: darken($accent-1, 15%);
60
- $accent-1-darkest: darken($accent-1, 25%);
61
-
62
- $accent-2-light: lighten($accent-2, 5%);
63
- $accent-2-lighter: lighten($accent-2, 15%);
64
- $accent-2-lightest: lighten($accent-2, 25%);
65
- $accent-2-dark: darken($accent-2, 5%);
66
- $accent-2-darker: darken($accent-2, 15%);
67
- $accent-2-darkest: darken($accent-2, 25%);
68
-
69
- $accent-dark-light: lighten($accent-dark, 5%);
70
- $accent-dark-lighter: lighten($accent-dark, 15%);
71
- $accent-dark-lightest: lighten($accent-dark, 25%);
72
-
73
- $accent-light-dark: darken($accent-light, 5%);
74
- $accent-light-darker: darken($accent-light, 15%);
75
- $accent-light-darkest: darken($accent-light, 25%);
76
-
77
- $success-dark: darken($success, 5%);
78
- $success-darker: darken($success, 15%);
79
- $success-darkest: darken($success, 25%);
80
-
81
- $warning-dark: darken($warning, 5%);
82
- $warning-darker: darken($warning, 15%);
83
- $warning-darkest: darken($warning, 25%);
84
-
85
- $danger-dark: darken($danger, 5%);
86
- $danger-darker: darken($danger, 15%);
87
- $danger-darkest: darken($danger, 25%);
88
-
89
- // groups
90
- $font: $accent-dark;
91
- $code: $accent-1;
92
- $shadow: $accent-light;
93
-
94
- $form-margin: $default-margin;
95
- $form-width: 100%;
96
- $form-box-sizing: border-box;
97
- $form-border: 1px solid $accent-light-darker;
98
- $form-focus-outline: none;
99
- $form-focus-border: 1px solid $primary;
100
- $form-input-padding: 4px;
101
- $form-radio-margin: 0 0 0.5em 0;
102
-
103
- $form-fieldset-border: 1px solid $accent-light-darker;
104
- $form-fieldset-legend-font-weight: 600;
105
- $form-fieldset-legend-padding: 0 5px;
106
-
107
- // ALL SIZING IS RELATIVE TO THIS VALUE
108
- $default-font-size: 16px;
109
-
110
- $default-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
111
- $default-font-weight: 200;
112
- $default-line-height: 1.25em;
113
- $default-color: $font;
114
- $default-margin: 0.75em 0;
115
-
116
- $hr-color: $accent-light-dark;
117
- $hr-height: 1px;
118
- $hr-margin: $default-margin;
119
-
120
- $container-width: 1200px;
121
- $container-padding: 20px;
122
-
123
- $grid-cols: 12;
124
- $grid-col-margin: 0.5%;
125
- $grid-col-padding: 0.5%;
126
- $grid-col-margin-top-bottom: 0.5%;
127
- $grid-col-padding-top-bottom: 0.5%;
128
-
129
- // margin
130
- $margin-small: 0.25em;
131
- $margin-medium: 0.5em;
132
- $margin-large: 0.75em;
133
-
134
- // padding
135
- $padding-small: 0.5em;
136
- $padding-medium: 1em;
137
- $padding-large: 1.5em;
138
-
139
- // sizes
140
- $img-thumb-width: 100px;
141
- $img-medium-width: 250px;
142
- $img-large-width: 400px;
143
-
144
- // border and outlines
145
- $img-outline-color: $accent-light-dark;
146
- $img-frame-width: 0.5em;
147
- $img-polaroid-frame-width: 0.75em;
148
- $img-polaroid-bottom-width: 2.75em;
149
-
150
- // panoramic
151
- $img-panoramic-height: 200px;
152
-
153
- // top bar
154
- $nav-tb-padding: 0.5em 1.25em;
155
- $nav-tb-font-size: 1.1em;
156
- $nav-tb-background: transparent;
157
- $nav-tb-color: $primary-light;
158
- $nav-tb-background-hover: transparent;
159
- $nav-tb-color-hover: $accent-light;
160
-
161
- // horizontal
162
- $nav-h-padding: $nav-tb-padding;
163
- $nav-h-font-size: $nav-tb-font-size;
164
- $nav-h-background: transparent;
165
- $nav-h-color: $primary;
166
- $nav-h-background-hover: $primary;
167
- $nav-h-color-hover: $accent-light;
168
-
169
- // vertical
170
- $nav-v-padding: 0.5em;
171
- $nav-v-font-size: 1em;
172
- $nav-v-background: transparent;
173
- $nav-v-color: $accent-light-darkest;
174
- $nav-v-background-hover: transparent;
175
- $nav-v-color-hover: $primary;
176
-
177
- // filters
178
- $nav-f-padding: 0.5em;
179
- $nav-f-font-size: 0.9em;
180
- $nav-f-background: transparent;
181
- $nav-f-color: $primary;
182
- $nav-f-background-hover: $primary;
183
- $nav-f-color-hover: $accent-light;
184
-
185
- // breadcrumbs
186
- $nav-b-padding: 0.5em;
187
- $nav-b-font-size: 0.9em;
188
- $nav-b-background: transparent;
189
- $nav-b-color: $primary-light;
190
- $nav-b-background-hover: transparent;
191
- $nav-b-color-hover: $primary;
192
- $nav-b-separator: " \002F ";
193
-
194
- $table-width: 100%;
195
- $table-border: 1px solid $accent-light-darker;
196
- $table-cell-padding: 5px 10px;
197
- $table-header-background: $primary;
198
- $table-header-color: $accent-light;
199
- $table-header-font-weight: 400;
200
- $table-cell-accent-background: $accent-light;
201
-
202
- // apply to all headings
203
- $heading-margin: $default-margin;
204
- $heading-color: $font;
205
- $heading-caps: false;
206
- $heading-font-weight: 600;
207
-
208
- // individual headings
209
- $h1-font-size: 2.75em;
210
- $h2-font-size: 2.4em;
211
- $h3-font-size: 2.05em;
212
- $h4-font-size: 1.7em;
213
- $h5-font-size: 1.35em;
214
- $h6-font-size: 1.0em;
215
-
216
- // subheadings
217
- $subheading-color: $accent-dark-lightest;
218
- $subheading-font-weight: 200;
219
- $subheading-size-factor: 0.75;
220
-
221
- // small headings
222
- $heading-small-factor: 60%;
223
- $heading-small-color: $subheading-color;
224
-
225
- // body copy
226
- $paragraph-font: $default-font-size;
227
- $paragraph-font-weight: $default-font-weight;
228
- $paragraph-margin: $default-margin;
229
- $paragraph-line-height: $default-line-height;
230
- $paragraph-color: $font;
231
-
232
- // blockquotes
233
- $blockquote-padding: 0.25em 0.75em;
234
- $blockquote-margin: $default-margin;
235
- $blockquote-background: $accent-light;
236
- $blockquote-border-left: 7.5px solid $accent-light-dark;
237
- $blockquote-font-size: $default-font-size;
238
-
239
- // links
240
- $link-color: $primary;
241
- $link-underline: false;
242
- $link-hover-color: $primary-darker;
243
- $link-hover-underline: false;
244
-
245
- // individual characters
246
- $small-font-factor: 60%;
247
- $big-font-factor: 140%;
248
- $strong-font-weight: 600;
249
-
250
- // unordered lists
251
- $ul-margin-left-level-1: -20px;
252
- $ul-margin-left-level-2: 0;
253
- $ul-style-type: disc;
254
- $ul-line-height: 1.5;
255
-
256
- // ordered lists
257
- $ol-margin-left-level-1: $ul-margin-left-level-1;
258
- $ol-margin-left-level-2: $ul-margin-left-level-2;
259
- $ol-line-height: $ul-line-height;
260
-
261
- // horizontal lists
262
- $ul-h-padding: 0.5em 1.25em;