failuregem 0.0.9.2.1 → 0.0.9.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 228eeea06550976dca3f7e5844c7d46e5e08a9f79f197b46bb12cdc2edb3f221
4
- data.tar.gz: 7610323b3bf6c985302bdc04f3950e408f2c876c5beacd49ca4adaa3b72ac3c2
3
+ metadata.gz: 0726d82e83981c9b9ea151d245caf7e398d10fc148c6e377d4bd6dfb47d5d806
4
+ data.tar.gz: 8d6f473431cbdb8b0d49124d323da46150532ac2ab56bf92163dfa2caabcbeaf
5
5
  SHA512:
6
- metadata.gz: a8964a7d132a96135b8ac35c66c38978c6f53b0d96235dd40f6c810a2d8672c93bfa527e4ad3a54cc757b365aadcaa1b9fab795f146503c3d4353a7e605fdb35
7
- data.tar.gz: 6ae59071b3515c858e4392c31d3cd91f902d3c04950867119cd37513a7ccc5c30d91da55f8937e71c4e54cda8aad4e3fea75280c54a61e51ca523884476fff46
6
+ metadata.gz: fe843cea00152d46a33bc1805edfb7d6dceaa31c43c60ac22d9e65013cba6994979bc9978e6918cd24ccba2391fb2f5b24cb997ca72fe8bf3ac7ae138b850453
7
+ data.tar.gz: b1de559348095751ba47b5bc0f0add66b111b2318bc8efb79e2de1b8774d19f05de1325ecad7cb578cdb5cfac17415b65f5db054361b3233afe56b4c54330f27
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'failuregem'
3
- s.version = '0.0.9.2.1'
3
+ s.version = '0.0.9.2.2'
4
4
  s.date = '2018-10-25'
5
5
  s.summary = "failuregem!"
6
6
  s.description = "A simple Gem that includes everything you need to start with Rails programming! :)"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: failuregem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9.2.1
4
+ version: 0.0.9.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Vogt
@@ -261,7 +261,6 @@ files:
261
261
  - lib/failuregem/version.rb
262
262
  - vendor/.DS_Store
263
263
  - vendor/assets/.DS_Store
264
- - vendor/assets/stylesheets/failure.sass
265
264
  homepage: http://rubygems.org/gems/failuregem
266
265
  licenses:
267
266
  - MIT
@@ -1,281 +0,0 @@
1
- $background-color: #fff
2
- $header-bg: #2C3E50
3
- $footer-bg: #edeff1
4
- $content-bg: #fff
5
- $gray-line: #eee
6
- $white1: #fff
7
- $white2: #fafafa
8
- $lightgray: #ECF0F1
9
- $black: #373737
10
-
11
- $gray1: #BDC3C7
12
- $gray2: #95A5A6
13
- $gray3: #7F8C8D
14
- $gray4: #6e8597
15
-
16
- $blue1: #3498DB
17
- $blue2: #2980B9
18
-
19
- $turq1: #1ABC9C
20
- $turq2: #16A085
21
-
22
- $dark1: #34495E
23
- $dark2: #2C3E50
24
-
25
- $info1: #2980B9
26
- $info2: #3498DB
27
- $success1: #E1EDD8
28
- $success2: #2ECC71
29
- $warning1: #F39C12
30
- $warning2: #F1C40F
31
- $error1: #C0392B
32
- $error2: #E74C3C
33
-
34
-
35
- //---Devise flash messages---//
36
-
37
- .alert-error
38
- background-color: #f2dede
39
- border-color: #eed3d7
40
- color: #b94a48
41
- text-align: left
42
-
43
- .alert-alert
44
- background-color: #f2dede
45
- border-color: #eed3d7
46
- color: #b94a48
47
- text-align: left
48
-
49
- .alert-success
50
- background-color: #dff0d8
51
- border-color: #d6e9c6
52
- color: #468847
53
- text-align: left
54
-
55
- .alert-notice
56
- background-color: #dff0d8
57
- border-color: #d6e9c6
58
- color: #468847
59
- text-align: left
60
-
61
-
62
- //----GENERAL------------------//
63
- *
64
- font-size: 16px
65
-
66
- html
67
- //overflow: scroll
68
-
69
- img
70
- border-radius: 4px !important
71
-
72
- .center
73
- text-align: center
74
- margin: 0 auto
75
-
76
- h1, h1 a, h1 span, h1 span span
77
- font-size: 36px !important
78
-
79
- h2, h2 a, h2 span, h2 span span
80
- font-size: 30px !important
81
-
82
- h3, h3 a, h3 span, h3 span span
83
- font-size: 24px !important
84
-
85
- h4, h4 a, h4 span, h4 span span
86
- font-size: 20px !important
87
-
88
- h5, h5 a, h5 span, h5 span span
89
- font-size: 18px !important
90
-
91
- h6, h6 a, h6 span, h6 span span
92
- font-size: 16px !important
93
-
94
- //----HEADER & NAVIGATION-----//
95
-
96
- .navbar-default, .navbar-header, .navbar-collapse, .header
97
- background-color: $header-bg
98
-
99
- .navbar-brand
100
- padding-left: 0px !important
101
- margin: 29px 0px 0px 0px
102
-
103
- .navigation-title
104
- color: $white1
105
- font-size: 30px !important
106
- span
107
- font-size: 30px
108
- color: $turq1
109
-
110
- .navigation-link
111
- padding: 0px !important
112
- margin: 45px 15px
113
- font-size: 14px
114
- color: $white1 !important
115
- &:hover
116
- color: $turq1 !important
117
-
118
- .active
119
- .navigation-link
120
- background-color: $header-bg !important
121
- color: $turq1 !important
122
-
123
- .navigation-link .active
124
- border-bottom: 1px solid !important
125
-
126
- .navbar-toggle
127
- margin: 42px 20px 0px 0px !important
128
- height: 28px
129
- padding: 2px 9px !important
130
- i
131
- font-size: 15px
132
- color: $white1
133
-
134
- .icon-bar
135
- color: $white1 !important
136
-
137
- //----CUSTOM NAV-----------//
138
- .sub-nav
139
- height: 100%
140
-
141
- .sub-pages-nav
142
- //float: left
143
- //position: fixed
144
- margin-top: 10px
145
- margin-bottom: 55px
146
- width: 100% !important
147
- height: 27px !important
148
- overflow: hidden
149
-
150
- li
151
- display: inline
152
- margin-right: 20px
153
-
154
- .custom-nav
155
- width: 100% !important
156
- display: inline
157
- margin-left: 0px !important
158
- padding-left: 0px !important
159
- text-decoration: none
160
- list-style-type: none
161
- margin-right: 10px !important
162
-
163
- li
164
- margin-bottom: 20px !important
165
- border-bottom: 1px solid $white1 !important
166
- color: $turq1 !important
167
- a
168
- font-size: 15px
169
-
170
- .active
171
- border-bottom: 1px solid $turq1 !important
172
-
173
- //----STARTPAGE------------//
174
-
175
- .carousel-title a
176
- color: $white1 !important
177
- font-size: 25px
178
- text-decoration: none
179
-
180
- &:hover
181
- color: $gray1 !important
182
- text-decoration: none
183
-
184
- .carousel-control .glyphicon
185
- color: $white1
186
-
187
- //----NEWS----------------//
188
-
189
- .news
190
- height: 250px
191
- overflow: hidden
192
-
193
- //----PAGES--------------//
194
-
195
- a[class=""], .link
196
- color: $turq1 !important
197
- &:hover
198
- color: $turq2 !important
199
- text-decoration: none !important
200
-
201
- body
202
- color: $black !important
203
-
204
- .dashboard-content
205
- border-left: 1px solid $gray1 !important
206
-
207
- .page-content
208
- border-left: 1px solid $gray1 !important
209
-
210
-
211
- //----BUTTONS------------//
212
-
213
- .btn-primary
214
- background-color: $turq1 !important
215
- border-color: $turq1 !important
216
- color: $white1 !important
217
-
218
- //----TABLES-------------//
219
-
220
- .cut-td-text
221
- max-height: 25px !important
222
- overflow: hidden !important
223
-
224
- //----PAGINATION---------//
225
-
226
- .pagination
227
- .active
228
- span
229
- background-color: $white1 !important
230
- color: $black !important
231
- border: 1px solid $turq1 !important
232
-
233
- //----PROGRESS BAR-------//
234
-
235
- .progress-info-green
236
- float: left
237
- width: 20px
238
- height: 20px
239
- border-radius: 100%
240
- background-color: #5cb85c
241
- margin-right: 7px
242
-
243
- .progress-info-blue
244
- float: right
245
- width: 20px
246
- height: 20px
247
- border-radius: 100%
248
- background-color: #5bc0de
249
- margin-right: 7px
250
-
251
- //----CHART BOX----------//
252
-
253
- .chart
254
-
255
- //----FOOTER-------------//
256
-
257
- .footer
258
- height: 120px
259
- margin-top: 50px
260
- padding: 40px 20px
261
- background-color: #edeff1
262
- color: #bdc3c7
263
- text-align: center
264
-
265
- .footer-div
266
- border-top: solid 1px $gray1
267
- background-color: $white1
268
- height: 90px
269
- padding: 10px 0px
270
-
271
- .footer-link
272
- &:hover
273
- text-decoration: none
274
-
275
- .bl-logo
276
- width: 220px
277
- float: right
278
-
279
- .divider
280
- height: 150px
281
- width: 100%