failuregem 0.0.9.1.5 → 0.0.9.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 796e7fd9fa789b9ec9608955caef2e1e3df98823e8c7b520f30c13243cb031ab
4
- data.tar.gz: 29ab698066df3aa14d31a8e1979b0af393a38f6ccd82ec6f1cd11bfd18d04baf
3
+ metadata.gz: 2dea0ead404e6971e2c20ae5c69a41d61ed17c7f67cda34c11933138aad89311
4
+ data.tar.gz: 9a4cd4b306ed8d7cd055a232ccead0ad4c8829184c4ce066e7a49789de3ac4b1
5
5
  SHA512:
6
- metadata.gz: 4c274e0d5fe84e2b9d3bfc4cd60880146e2e9c9b8fcf04536235b7bc474463fd864df2d0cbddd8587a7c5583333db5b5b923da5f4b3c0be7acb795ef637ba5de
7
- data.tar.gz: 841a734c4950532d2b05a0ec1344afdf6233f0efbd356a399d64a648731d10cd205ecf7232d838b754c65472ce28750f8c35d67c6cc064f20fc459f090114197
6
+ metadata.gz: 6a91f873f93c8ad58874c87dc2328beda8cb51e62f4e7d84fbe81e25313a63375a1a1fcc32e08fc320259faf78fe3215636eedb2a57f4de406ab67d2502dd9bb
7
+ data.tar.gz: 8991d5c492a278cf40b33055e21a29efccb9e6c3e8222c3cfaabbc980a55942e2ccbede7a610e2b85fc88d6bc571f1bd86560c76b7cc0de48b106697fa7d0d81
data/failuregem.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'failuregem'
3
- s.version = '0.0.9.1.5'
3
+ s.version = '0.0.9.1.6'
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!"
@@ -1,3 +0,0 @@
1
- body {
2
- background-color: red !important;
3
- }
Binary file
@@ -1,269 +0,0 @@
1
- //---Colors---//
2
- $background-color: #fff
3
- $header-bg: #2C3E50
4
- $footer-bg: #edeff1
5
- $content-bg: #fff
6
- $gray-line: #eee
7
-
8
- $white1: #fff
9
- $white2: #fafafa
10
-
11
- $lightgray: #ECF0F1
12
-
13
- $black: #373737
14
-
15
- $gray1: #BDC3C7
16
- $gray2: #95A5A6
17
- $gray3: #7F8C8D
18
- $gray4: #6e8597
19
-
20
- $blue1: #3498DB
21
- $blue2: #2980B9
22
-
23
- $turq1: #1ABC9C
24
- $turq2: #16A085
25
-
26
- $dark1: #34495E
27
- $dark2: #2C3E50
28
-
29
- $info1: #2980B9
30
- $info2: #3498DB
31
- $success1: #E1EDD8
32
- $success2: #2ECC71
33
- $warning1: #F39C12
34
- $warning2: #F1C40F
35
- $error1: #C0392B
36
- $error2: #E74C3C
37
-
38
- //---Devise flash messages---//
39
- .alert-error
40
- background-color: #f2dede
41
- border-color: #eed3d7
42
- color: #b94a48
43
- text-align: left
44
-
45
- .alert-alert
46
- background-color: #f2dede
47
- border-color: #eed3d7
48
- color: #b94a48
49
- text-align: left
50
-
51
- .alert-success
52
- background-color: #dff0d8
53
- border-color: #d6e9c6
54
- color: #468847
55
- text-align: left
56
-
57
- .alert-notice
58
- background-color: #dff0d8
59
- border-color: #d6e9c6
60
- color: #468847
61
- text-align: left
62
-
63
- //----GENERAL------------------//
64
- *
65
- font-size: 16px
66
-
67
- html
68
- //overflow: scroll
69
-
70
- img
71
- border-radius: 4px !important
72
-
73
- .center
74
- text-align: center
75
- margin: 0 auto
76
-
77
- h1, h1 a, h1 span, h1 span span
78
- font-size: 36px !important
79
-
80
- h2, h2 a, h2 span, h2 span span
81
- font-size: 30px !important
82
-
83
- h3, h3 a, h3 span, h3 span span
84
- font-size: 24px !important
85
-
86
- h4, h4 a, h4 span, h4 span span
87
- font-size: 20px !important
88
-
89
- h5, h5 a, h5 span, h5 span span
90
- font-size: 18px !important
91
-
92
- h6, h6 a, h6 span, h6 span span
93
- font-size: 16px !important
94
-
95
- //----HEADER & NAVIGATION-----//
96
-
97
- .navbar-default, .navbar-header, .navbar-collapse, .header
98
- background-color: $header-bg
99
-
100
- .navbar-brand
101
- padding-left: 0px !important
102
- margin: 29px 0px 0px 0px
103
-
104
- .navigation-title
105
- color: $white1
106
- font-size: 30px !important
107
- span
108
- font-size: 30px
109
- color: $turq1
110
-
111
- .navigation-link
112
- padding: 0px !important
113
- margin: 45px 15px
114
- font-size: 14px
115
- color: $white1 !important
116
- &:hover
117
- color: $turq1 !important
118
-
119
- .active
120
- .navigation-link
121
- background-color: $header-bg !important
122
- color: $turq1 !important
123
-
124
- .navigation-link .active
125
- border-bottom: 1px solid !important
126
-
127
- .navbar-toggle
128
- margin: 42px 20px 0px 0px !important
129
- height: 28px
130
- padding: 2px 9px !important
131
- i
132
- font-size: 15px
133
- color: $white1
134
-
135
- .icon-bar
136
- color: $white1 !important
137
-
138
- //----CUSTOM NAV-----------//
139
- .sub-nav
140
- height: 100%
141
-
142
- .sub-pages-nav
143
- //float: left
144
- //position: fixed
145
- margin-top: 10px
146
- margin-bottom: 55px
147
- width: 100% !important
148
- height: 27px !important
149
- overflow: hidden
150
-
151
- li
152
- display: inline
153
- margin-right: 20px
154
-
155
- .custom-nav
156
- width: 100% !important
157
- display: inline
158
- margin-left: 0px !important
159
- padding-left: 0px !important
160
- text-decoration: none
161
- list-style-type: none
162
- margin-right: 10px !important
163
-
164
- li
165
- margin-bottom: 20px !important
166
- border-bottom: 1px solid $white1 !important
167
- color: $turq1 !important
168
- a
169
- font-size: 15px
170
-
171
- .active
172
- border-bottom: 1px solid $turq1 !important
173
-
174
- //----STARTPAGE------------//
175
-
176
- .carousel-title a
177
- color: $white1 !important
178
- font-size: 25px
179
- text-decoration: none
180
-
181
- &:hover
182
- color: $gray1 !important
183
- text-decoration: none
184
-
185
- .carousel-control .glyphicon
186
- color: $white1
187
-
188
- //----NEWS----------------//
189
-
190
- .news
191
- height: 250px
192
- overflow: hidden
193
-
194
- //----PAGES--------------//
195
-
196
- a
197
- color: $turq1 !important
198
- &:hover
199
- color: $turq2 !important
200
- text-decoration: none !important
201
-
202
- body
203
- color: $black !important
204
-
205
- .dashboard-content
206
- border-left: 1px solid $gray1 !important
207
-
208
- .page-content
209
- border-left: 1px solid $gray1 !important
210
-
211
-
212
- //----BUTTONS------------//
213
-
214
- .btn-primary
215
- background-color: $turq1 !important
216
- border-color: $turq1 !important
217
- color: $white1 !important
218
-
219
- //----TABLES-------------//
220
-
221
- .cut-td-text
222
- max-height: 25px !important
223
- overflow: hidden !important
224
-
225
- //----PAGINATION---------//
226
-
227
- .pagination
228
- .active
229
- span
230
- background-color: $white1 !important
231
- color: $black !important
232
- border: 1px solid $turq1 !important
233
-
234
- //----PROGRESS BAR-------//
235
-
236
- .progress-info-green
237
- float: left
238
- width: 20px
239
- height: 20px
240
- border-radius: 100%
241
- background-color: #5cb85c
242
- margin-right: 7px
243
-
244
- .progress-info-blue
245
- float: right
246
- width: 20px
247
- height: 20px
248
- border-radius: 100%
249
- background-color: #5bc0de
250
- margin-right: 7px
251
-
252
- //----CHART BOX----------//
253
-
254
- .chart
255
-
256
- //----FOOTER-------------//
257
-
258
- .footer
259
- height: 120px
260
-
261
- .footer-div
262
- border-top: solid 1px $gray1
263
- background-color: $white1
264
- height: 90px
265
- padding: 10px 0px
266
-
267
- .bl-logo
268
- width: 220px
269
- float: right
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.1.5
4
+ version: 0.0.9.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Vogt