failuregem 0.0.9.1.1 → 0.0.9.1.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: 8239acc0e7dc78dbbfb25cb8a1ff042a63024b8e2a5682e024e6e9820618e6d9
4
- data.tar.gz: af92cb2e38321335a941f3248e60fbbf4d411bf0eb797dd045429afa7653a07c
3
+ metadata.gz: 98881e2261c1dca9d9fc91ca0b974f0941019538ff3bdeacb99fe580472a81fd
4
+ data.tar.gz: fd0b27f98075911c659c493810b579f02c03c519fdab24be0b249b21ef0c2728
5
5
  SHA512:
6
- metadata.gz: 819abd1d3fc77c59803b4730695fe2996087b81e11a5dd6f259f2481656b305b3b589bc7e52554a83723c92452a47ee7aa216fbe7c45347c6218768a8b44f330
7
- data.tar.gz: bc2179dec9be1f67c85fdd761abcc71ab5f8c28e1d2a9bd5f1297c0b97ec2394644a12fff60c95839297d088ce820543ced84135f636fa9a3c79d5aea5ad0f78
6
+ metadata.gz: 2336669c0ddc4d98986c26409041912cb9d8c7ddac23624fcfcd57f4fb64801da8de7fe8a85bfacaba47132e4e7252d39c1249c5dc83de959030f293bc0965e2
7
+ data.tar.gz: 7550e9dd6102150f2b6a73266fc959684791f7adf1d3227c47f9b63d859a319e3eac50ba2f7b74bc468fc6adb93430a609379c3d09f667c1e7c8654c72b4e9cf
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'failuregem'
3
- s.version = '0.0.9.1.1'
3
+ s.version = '0.0.9.1.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!"
@@ -1,118 +1,115 @@
1
- // Place all the styles related to the pages controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
4
-
5
- //----GENERAL------------------//
6
- *
1
+ * {
7
2
  font-size: 16px
8
-
9
- html
10
- //overflow: scroll
11
-
12
- img
13
- border-radius: 4px !important
14
-
15
- .center
16
- text-align: center
17
- margin: 0 auto
18
-
19
- h1, h1 a, h1 span, h1 span span
20
- font-size: 36px !important
21
-
22
- h2, h2 a, h2 span, h2 span span
23
- font-size: 30px !important
24
-
25
- h3, h3 a, h3 span, h3 span span
3
+ }
4
+
5
+ img {
6
+ border-radius: 4px !important;
7
+ }
8
+ .center {
9
+ text-align: center;
10
+ margin: 0 auto;
11
+ }
12
+ h1, h1 a, h1 span, h1 span span {
13
+ font-size: 36px !important;
14
+ }
15
+ h2, h2 a, h2 span, h2 span span {
16
+ font-size: 30px !important;
17
+ }
18
+ h3, h3 a, h3 span, h3 span span {
26
19
  font-size: 24px !important
27
-
28
- h4, h4 a, h4 span, h4 span span
20
+ }
21
+ h4, h4 a, h4 span, h4 span span {
29
22
  font-size: 20px !important
30
-
31
- h5, h5 a, h5 span, h5 span span
23
+ }
24
+ h5, h5 a, h5 span, h5 span span {
32
25
  font-size: 18px !important
33
-
34
- h6, h6 a, h6 span, h6 span span
26
+ }
27
+ h6, h6 a, h6 span, h6 span span {
35
28
  font-size: 16px !important
36
-
29
+ }
37
30
  //----HEADER & NAVIGATION-----//
38
31
 
39
- .navbar-default, .navbar-header, .navbar-collapse, .header
32
+ .navbar-default, .navbar-header, .navbar-collapse, .header {
40
33
  background-color: $header-bg
41
-
42
- .navbar-brand
43
- padding-left: 0px !important
44
- margin: 29px 0px 0px 0px
45
-
46
- .navigation-title
47
- color: $white1
48
- font-size: 30px !important
49
- span
50
- font-size: 30px
51
- color: $turq1
52
-
53
- .navigation-link
54
- padding: 0px !important
55
- margin: 45px 15px
56
- font-size: 14px
57
- color: $white1 !important
58
- &:hover
59
- color: $turq1 !important
60
-
61
- .active
62
- .navigation-link
63
- background-color: $header-bg !important
64
- color: $turq1 !important
65
-
66
- .navigation-link .active
34
+ }
35
+ .navbar-brand {
36
+ padding-left: 0px !important;
37
+ margin: 29px 0px 0px 0px;
38
+ }
39
+ .navigation-title {
40
+ color: $white1;
41
+ font-size: 30px !important;
42
+ span {
43
+ font-size: 30px;
44
+ color: $turq1;
45
+ }
46
+ .navigation-link {
47
+ padding: 0px !important;
48
+ margin: 45px 15px;
49
+ font-size: 14px;
50
+ color: $white1 !important;
51
+ &:hover {
52
+ color: $turq1 !important;
53
+ }}
54
+ .active {
55
+ .navigation-link {
56
+ background-color: $header-bg !important;
57
+ color: $turq1 !important;
58
+ }
59
+ .navigation-link .active {
67
60
  border-bottom: 1px solid !important
68
-
69
- .navbar-toggle
70
- margin: 42px 20px 0px 0px !important
71
- height: 28px
72
- padding: 2px 9px !important
73
- i
74
- font-size: 15px
75
- color: $white1
76
-
77
- .icon-bar
61
+ }
62
+ .navbar-toggle {
63
+ margin: 42px 20px 0px 0px !important;
64
+ height: 28px;
65
+ padding: 2px 9px !important;
66
+ i {
67
+ font-size: 15px;
68
+ color: $white1;
69
+ }
70
+ }
71
+
72
+ .icon-bar {
78
73
  color: $white1 !important
79
-
74
+ }
80
75
  //----CUSTOM NAV-----------//
81
- .sub-nav
76
+ .sub-nav {
82
77
  height: 100%
83
-
84
- .sub-pages-nav
78
+ }
79
+ .sub-pages-nav {
85
80
  //float: left
86
81
  //position: fixed
87
- margin-top: 10px
88
- margin-bottom: 55px
89
- width: 100% !important
90
- height: 27px !important
91
- overflow: hidden
92
-
93
- li
94
- display: inline
95
- margin-right: 20px
96
-
97
- .custom-nav
98
- width: 100% !important
99
- display: inline
100
- margin-left: 0px !important
101
- padding-left: 0px !important
102
- text-decoration: none
103
- list-style-type: none
104
- margin-right: 10px !important
105
-
106
- li
107
- margin-bottom: 20px !important
108
- border-bottom: 1px solid $white1 !important
109
- color: $turq1 !important
110
- a
111
- font-size: 15px
112
-
113
- .active
82
+ margin-top: 10px;
83
+ margin-bottom: 55px;
84
+ width: 100% !important;
85
+ height: 27px !important;
86
+ overflow: hidden;
87
+
88
+ li {
89
+ display: inline;
90
+ margin-right: 20px;
91
+ }
92
+ }
93
+ .custom-nav {
94
+ width: 100% !important;
95
+ display: inline;
96
+ margin-left: 0px !important;
97
+ padding-left: 0px !important;
98
+ text-decoration: none;
99
+ list-style-type: none;
100
+ margin-right: 10px !important;
101
+ }
102
+ li {
103
+ margin-bottom: 20px !important;
104
+ border-bottom: 1px solid $white1 !important;
105
+ color: $turq1 !important;
106
+ a {
107
+ font-size: 15px;
108
+ }
109
+ .active {
114
110
  border-bottom: 1px solid $turq1 !important
115
-
111
+ }
112
+ }
116
113
  //----STARTPAGE------------//
117
114
 
118
115
  .carousel-title a
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.1
4
+ version: 0.0.9.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Vogt