mumuki-styles 1.20.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/dev-awesome.eot +0 -0
  3. data/app/assets/fonts/dev-awesome.svg +74 -561
  4. data/app/assets/fonts/dev-awesome.ttf +0 -0
  5. data/app/assets/fonts/dev-awesome.woff +0 -0
  6. data/app/assets/fonts/dev-awesome.woff2 +0 -0
  7. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/bash.svg +0 -0
  8. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/c.svg +0 -0
  9. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/code.svg +0 -0
  10. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/cpp.svg +0 -0
  11. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/css.svg +0 -0
  12. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/elixir.svg +0 -0
  13. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/gobstones.svg +0 -0
  14. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/haskell.svg +0 -0
  15. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/html.svg +0 -0
  16. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/java.svg +0 -0
  17. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/javascript.svg +0 -0
  18. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/mumuki-circle.svg +0 -0
  19. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/mumuki.svg +0 -0
  20. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/php.svg +0 -0
  21. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/prolog.svg +0 -0
  22. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/python.svg +0 -0
  23. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/qsim.svg +0 -0
  24. data/app/assets/fonts/svg/colored/r.svg +130 -0
  25. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/ruby.svg +0 -0
  26. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/sql.svg +0 -0
  27. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/text.svg +0 -0
  28. data/app/assets/fonts/{dev-awesome/svg → svg}/colored/wollok.svg +0 -0
  29. data/app/assets/stylesheets/css/mumuki-styles.css +93 -88
  30. data/app/assets/stylesheets/scss/_navbar.scss +13 -1
  31. data/app/assets/stylesheets/scss/_navs.scss +3 -0
  32. data/app/assets/stylesheets/scss/mumuki-styles.scss +1 -0
  33. data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +101 -132
  34. data/lib/mumuki/styles/version.rb +1 -1
  35. metadata +26 -26
  36. data/app/assets/fonts/dev-awesome/svg/colored/mongodb.svg +0 -255
@@ -33,7 +33,6 @@ $avatar-size: 40px;
33
33
  @include display-flex(row, flex-start, center);
34
34
 
35
35
  .mu-breadcrumb-list-item {
36
- padding-top: 19px;
37
36
  &:before {
38
37
  content: '/';
39
38
  margin: 0 $breadcrumb-separator-gap;
@@ -85,6 +84,19 @@ $avatar-size: 40px;
85
84
  }
86
85
  }
87
86
 
87
+ .profile-dropdown {
88
+ cursor: pointer;
89
+
90
+ &:hover {
91
+ opacity: 0.5;
92
+ }
93
+
94
+ &:focus {
95
+ outline: none;
96
+ opacity: 0.5;
97
+ }
98
+ }
99
+
88
100
  img {
89
101
  &.mu-profile-avatar {
90
102
  width: $avatar-size;
@@ -0,0 +1,3 @@
1
+ .nav-tabs > li > a {
2
+ cursor: pointer;
3
+ }
@@ -7,4 +7,5 @@
7
7
  @import 'modules';
8
8
  @import 'navbar';
9
9
  @import 'styles';
10
+ @import 'navs';
10
11
  @import 'components/components';
@@ -1,252 +1,221 @@
1
1
  $da-font-path: "../fonts" !default;
2
2
 
3
-
4
3
  @font-face {
5
- font-family:"dev-awesome";
6
- src:url("#{$da-font-path}/dev-awesome.eot?731456081de282b066693322d2d6cc24");
7
- src:url("#{$da-font-path}/dev-awesome.eot?731456081de282b066693322d2d6cc24#iefix") format("embedded-opentype"),
8
- url("#{$da-font-path}/dev-awesome.woff2?731456081de282b066693322d2d6cc24") format("woff2"),
9
- url("#{$da-font-path}/dev-awesome.woff?731456081de282b066693322d2d6cc24") format("woff"),
10
- url("#{$da-font-path}/dev-awesome.ttf?731456081de282b066693322d2d6cc24") format("truetype"),
11
- url("#{$da-font-path}/dev-awesome.svg?731456081de282b066693322d2d6cc24#dev-awesome") format("svg");
4
+ font-family: "dev-awesome";
5
+ src: url("#{$da-font-path}/dev-awesome.eot?30ef879acd49960d9a6d9b584618f267?#iefix") format("embedded-opentype"),
6
+ url("#{$da-font-path}/dev-awesome.woff2?30ef879acd49960d9a6d9b584618f267") format("woff2"),
7
+ url("#{$da-font-path}/dev-awesome.woff?30ef879acd49960d9a6d9b584618f267") format("woff");
12
8
  font-weight:normal;
13
9
  font-style:normal;
14
10
  }
15
11
 
16
12
  .da {
17
-
18
- font-family:"dev-awesome";
19
-
20
- display:inline-block;
21
- font-weight:normal;
22
- font-style:normal;
23
- speak:none;
24
- text-decoration:inherit;
25
- text-transform:none;
26
- text-rendering:auto;
27
- -webkit-font-smoothing:antialiased;
28
- -moz-osx-font-smoothing:grayscale;
13
+ line-height: 1;
29
14
  }
30
15
 
31
-
32
- // Icons
33
-
34
-
35
- .da-bash:before {
36
- content:"\f115";
37
- }
38
- .da-bash-c:before {
39
- content: "\2001";
40
- background-size: 100% 100%;
41
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/bash.svg");
16
+ .da:before {
17
+ font-family: dev-awesome;
18
+ font-style: normal;
19
+ font-weight: normal;
20
+ text-transform: none;
21
+ text-rendering: auto;
42
22
  }
43
23
 
44
-
45
24
  .da-c:before {
46
- content:"\f101";
47
- }
48
- .da-c-c:before {
49
- content: "\2001";
50
- background-size: 100% 100%;
51
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/c.svg");
25
+ content: "\f101";
52
26
  }
53
27
 
54
-
55
- .da-code:before {
56
- content:"\f114";
57
- }
58
- .da-code-c:before {
28
+ .da-c-c:before {
59
29
  content: "\2001";
60
30
  background-size: 100% 100%;
61
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/code.svg");
31
+ background-image: url("#{$da-font-path}/svg/colored/c.svg");
62
32
  }
63
-
64
-
65
33
  .da-cpp:before {
66
- content:"\f102";
34
+ content: "\f102";
67
35
  }
36
+
68
37
  .da-cpp-c:before {
69
38
  content: "\2001";
70
39
  background-size: 100% 100%;
71
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/cpp.svg");
40
+ background-image: url("#{$da-font-path}/svg/colored/cpp.svg");
72
41
  }
73
-
74
-
75
42
  .da-css:before {
76
- content:"\f103";
43
+ content: "\f103";
77
44
  }
45
+
78
46
  .da-css-c:before {
79
47
  content: "\2001";
80
48
  background-size: 100% 100%;
81
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/css.svg");
49
+ background-image: url("#{$da-font-path}/svg/colored/css.svg");
82
50
  }
83
-
84
-
85
51
  .da-elixir:before {
86
- content:"\f104";
52
+ content: "\f104";
87
53
  }
54
+
88
55
  .da-elixir-c:before {
89
56
  content: "\2001";
90
57
  background-size: 100% 100%;
91
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/elixir.svg");
58
+ background-image: url("#{$da-font-path}/svg/colored/elixir.svg");
92
59
  }
93
-
94
-
95
60
  .da-gobstones:before {
96
- content:"\f105";
61
+ content: "\f105";
97
62
  }
63
+
98
64
  .da-gobstones-c:before {
99
65
  content: "\2001";
100
66
  background-size: 100% 100%;
101
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/gobstones.svg");
67
+ background-image: url("#{$da-font-path}/svg/colored/gobstones.svg");
102
68
  }
103
-
104
-
105
69
  .da-haskell:before {
106
- content:"\f106";
70
+ content: "\f106";
107
71
  }
72
+
108
73
  .da-haskell-c:before {
109
74
  content: "\2001";
110
75
  background-size: 100% 100%;
111
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/haskell.svg");
76
+ background-image: url("#{$da-font-path}/svg/colored/haskell.svg");
112
77
  }
113
-
114
-
115
78
  .da-html:before {
116
- content:"\f107";
79
+ content: "\f107";
117
80
  }
81
+
118
82
  .da-html-c:before {
119
83
  content: "\2001";
120
84
  background-size: 100% 100%;
121
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/html.svg");
85
+ background-image: url("#{$da-font-path}/svg/colored/html.svg");
122
86
  }
123
-
124
-
125
87
  .da-java:before {
126
- content:"\f108";
88
+ content: "\f108";
127
89
  }
90
+
128
91
  .da-java-c:before {
129
92
  content: "\2001";
130
93
  background-size: 100% 100%;
131
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/java.svg");
94
+ background-image: url("#{$da-font-path}/svg/colored/java.svg");
132
95
  }
133
-
134
-
135
96
  .da-javascript:before {
136
- content:"\f109";
97
+ content: "\f109";
137
98
  }
138
- .da-javascript-c:before {
139
- content: "\2001";
140
- background-size: 100% 100%;
141
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/javascript.svg");
142
- }
143
-
144
99
 
145
- .da-mongodb:before {
146
- content:"\f10a";
147
- }
148
- .da-mongodb-c:before {
100
+ .da-javascript-c:before {
149
101
  content: "\2001";
150
102
  background-size: 100% 100%;
151
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/mongodb.svg");
103
+ background-image: url("#{$da-font-path}/svg/colored/javascript.svg");
152
104
  }
153
-
154
-
155
105
  .da-mumuki-circle:before {
156
- content:"\f10b";
106
+ content: "\f10b";
157
107
  }
108
+
158
109
  .da-mumuki-circle-c:before {
159
110
  content: "\2001";
160
111
  background-size: 100% 100%;
161
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/mumuki-circle.svg");
112
+ background-image: url("#{$da-font-path}/svg/colored/mumuki-circle.svg");
162
113
  }
163
-
164
-
165
114
  .da-mumuki:before {
166
- content:"\f10c";
167
- }
168
- .da-mumuki-c:before {
169
- content: "\2001";
170
- background-size: 100% 100%;
171
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/mumuki.svg");
115
+ content: "\f10c";
172
116
  }
173
117
 
174
-
175
- .da-php:before {
176
- content:"\f116";
177
- }
178
- .da-php-c:before {
118
+ .da-mumuki-c:before {
179
119
  content: "\2001";
180
120
  background-size: 100% 100%;
181
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/php.svg");
121
+ background-image: url("#{$da-font-path}/svg/colored/mumuki.svg");
182
122
  }
183
-
184
-
185
123
  .da-prolog:before {
186
- content:"\f10d";
124
+ content: "\f10d";
187
125
  }
126
+
188
127
  .da-prolog-c:before {
189
128
  content: "\2001";
190
129
  background-size: 100% 100%;
191
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/prolog.svg");
130
+ background-image: url("#{$da-font-path}/svg/colored/prolog.svg");
192
131
  }
193
-
194
-
195
132
  .da-python:before {
196
- content:"\f10e";
133
+ content: "\f10e";
197
134
  }
135
+
198
136
  .da-python-c:before {
199
137
  content: "\2001";
200
138
  background-size: 100% 100%;
201
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/python.svg");
139
+ background-image: url("#{$da-font-path}/svg/colored/python.svg");
202
140
  }
203
-
204
-
205
141
  .da-qsim:before {
206
- content:"\f10f";
142
+ content: "\f10f";
207
143
  }
144
+
208
145
  .da-qsim-c:before {
209
146
  content: "\2001";
210
147
  background-size: 100% 100%;
211
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/qsim.svg");
148
+ background-image: url("#{$da-font-path}/svg/colored/qsim.svg");
212
149
  }
213
-
214
-
215
150
  .da-ruby:before {
216
- content:"\f110";
151
+ content: "\f110";
217
152
  }
153
+
218
154
  .da-ruby-c:before {
219
155
  content: "\2001";
220
156
  background-size: 100% 100%;
221
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/ruby.svg");
157
+ background-image: url("#{$da-font-path}/svg/colored/ruby.svg");
158
+ }
159
+ .da-text:before {
160
+ content: "\f111";
222
161
  }
223
162
 
163
+ .da-text-c:before {
164
+ content: "\2001";
165
+ background-size: 100% 100%;
166
+ background-image: url("#{$da-font-path}/svg/colored/text.svg");
167
+ }
168
+ .da-wollok:before {
169
+ content: "\f112";
170
+ }
224
171
 
172
+ .da-wollok-c:before {
173
+ content: "\2001";
174
+ background-size: 100% 100%;
175
+ background-image: url("#{$da-font-path}/svg/colored/wollok.svg");
176
+ }
225
177
  .da-sql:before {
226
- content:"\f113";
178
+ content: "\f113";
227
179
  }
180
+
228
181
  .da-sql-c:before {
229
182
  content: "\2001";
230
183
  background-size: 100% 100%;
231
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/sql.svg");
184
+ background-image: url("#{$da-font-path}/svg/colored/sql.svg");
232
185
  }
233
-
234
-
235
- .da-text:before {
236
- content:"\f111";
186
+ .da-code:before {
187
+ content: "\f114";
237
188
  }
238
- .da-text-c:before {
189
+
190
+ .da-code-c:before {
239
191
  content: "\2001";
240
192
  background-size: 100% 100%;
241
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/text.svg");
193
+ background-image: url("#{$da-font-path}/svg/colored/code.svg");
194
+ }
195
+ .da-bash:before {
196
+ content: "\f115";
242
197
  }
243
198
 
199
+ .da-bash-c:before {
200
+ content: "\2001";
201
+ background-size: 100% 100%;
202
+ background-image: url("#{$da-font-path}/svg/colored/bash.svg");
203
+ }
204
+ .da-php:before {
205
+ content: "\f116";
206
+ }
244
207
 
245
- .da-wollok:before {
246
- content:"\f112";
208
+ .da-php-c:before {
209
+ content: "\2001";
210
+ background-size: 100% 100%;
211
+ background-image: url("#{$da-font-path}/svg/colored/php.svg");
247
212
  }
248
- .da-wollok-c:before {
213
+ .da-r:before {
214
+ content: "\f117";
215
+ }
216
+
217
+ .da-r-c:before {
249
218
  content: "\2001";
250
219
  background-size: 100% 100%;
251
- background-image: url("#{$da-font-path}/dev-awesome/svg/colored/wollok.svg");
220
+ background-image: url("#{$da-font-path}/svg/colored/r.svg");
252
221
  }
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Styles
3
- VERSION = "1.20.0"
3
+ VERSION = "1.22.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Scarpa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-26 00:00:00.000000000 Z
11
+ date: 2020-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -78,33 +78,33 @@ files:
78
78
  - app/assets/fonts/dev-awesome.ttf
79
79
  - app/assets/fonts/dev-awesome.woff
80
80
  - app/assets/fonts/dev-awesome.woff2
81
- - app/assets/fonts/dev-awesome/svg/colored/bash.svg
82
- - app/assets/fonts/dev-awesome/svg/colored/c.svg
83
- - app/assets/fonts/dev-awesome/svg/colored/code.svg
84
- - app/assets/fonts/dev-awesome/svg/colored/cpp.svg
85
- - app/assets/fonts/dev-awesome/svg/colored/css.svg
86
- - app/assets/fonts/dev-awesome/svg/colored/elixir.svg
87
- - app/assets/fonts/dev-awesome/svg/colored/gobstones.svg
88
- - app/assets/fonts/dev-awesome/svg/colored/haskell.svg
89
- - app/assets/fonts/dev-awesome/svg/colored/html.svg
90
- - app/assets/fonts/dev-awesome/svg/colored/java.svg
91
- - app/assets/fonts/dev-awesome/svg/colored/javascript.svg
92
- - app/assets/fonts/dev-awesome/svg/colored/mongodb.svg
93
- - app/assets/fonts/dev-awesome/svg/colored/mumuki-circle.svg
94
- - app/assets/fonts/dev-awesome/svg/colored/mumuki.svg
95
- - app/assets/fonts/dev-awesome/svg/colored/php.svg
96
- - app/assets/fonts/dev-awesome/svg/colored/prolog.svg
97
- - app/assets/fonts/dev-awesome/svg/colored/python.svg
98
- - app/assets/fonts/dev-awesome/svg/colored/qsim.svg
99
- - app/assets/fonts/dev-awesome/svg/colored/ruby.svg
100
- - app/assets/fonts/dev-awesome/svg/colored/sql.svg
101
- - app/assets/fonts/dev-awesome/svg/colored/text.svg
102
- - app/assets/fonts/dev-awesome/svg/colored/wollok.svg
103
81
  - app/assets/fonts/fontawesome-webfont.eot
104
82
  - app/assets/fonts/fontawesome-webfont.svg
105
83
  - app/assets/fonts/fontawesome-webfont.ttf
106
84
  - app/assets/fonts/fontawesome-webfont.woff
107
85
  - app/assets/fonts/fontawesome-webfont.woff2
86
+ - app/assets/fonts/svg/colored/bash.svg
87
+ - app/assets/fonts/svg/colored/c.svg
88
+ - app/assets/fonts/svg/colored/code.svg
89
+ - app/assets/fonts/svg/colored/cpp.svg
90
+ - app/assets/fonts/svg/colored/css.svg
91
+ - app/assets/fonts/svg/colored/elixir.svg
92
+ - app/assets/fonts/svg/colored/gobstones.svg
93
+ - app/assets/fonts/svg/colored/haskell.svg
94
+ - app/assets/fonts/svg/colored/html.svg
95
+ - app/assets/fonts/svg/colored/java.svg
96
+ - app/assets/fonts/svg/colored/javascript.svg
97
+ - app/assets/fonts/svg/colored/mumuki-circle.svg
98
+ - app/assets/fonts/svg/colored/mumuki.svg
99
+ - app/assets/fonts/svg/colored/php.svg
100
+ - app/assets/fonts/svg/colored/prolog.svg
101
+ - app/assets/fonts/svg/colored/python.svg
102
+ - app/assets/fonts/svg/colored/qsim.svg
103
+ - app/assets/fonts/svg/colored/r.svg
104
+ - app/assets/fonts/svg/colored/ruby.svg
105
+ - app/assets/fonts/svg/colored/sql.svg
106
+ - app/assets/fonts/svg/colored/text.svg
107
+ - app/assets/fonts/svg/colored/wollok.svg
108
108
  - app/assets/javascripts/mumuki-styles.js
109
109
  - app/assets/stylesheets/css/mumuki-styles.css
110
110
  - app/assets/stylesheets/scss/_broken.scss
@@ -114,6 +114,7 @@ files:
114
114
  - app/assets/stylesheets/scss/_mixines.scss
115
115
  - app/assets/stylesheets/scss/_modules.scss
116
116
  - app/assets/stylesheets/scss/_navbar.scss
117
+ - app/assets/stylesheets/scss/_navs.scss
117
118
  - app/assets/stylesheets/scss/_styles.scss
118
119
  - app/assets/stylesheets/scss/_vendor.scss
119
120
  - app/assets/stylesheets/scss/bootswatch/_bootswatch.scss
@@ -241,8 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
242
  - !ruby/object:Gem::Version
242
243
  version: '0'
243
244
  requirements: []
244
- rubyforge_project:
245
- rubygems_version: 2.7.7
245
+ rubygems_version: 3.0.8
246
246
  signing_key:
247
247
  specification_version: 4
248
248
  summary: Mumuki Styles