failuregem 0.0.9.1.3 → 0.0.9.1.4

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: 768d945a255b00f2ec310f3738d08997b231c13b06e2af95b729e35931faa9fe
4
- data.tar.gz: 2d6e5cfe1765385d82108fbe5ffb6fb3defb8c683a29d03266874b497e895ca1
3
+ metadata.gz: b57b57872fe5b59ade3d287bab9d9aae426e2576efe99dbb8c02be844a17b6af
4
+ data.tar.gz: 0fe06043c5339dd36fed72e58f9e1735ef39dcbb627ed47600ee7b199300d612
5
5
  SHA512:
6
- metadata.gz: c984dd38f0224a581a634cae0bf0c6c84ab02914eb3c669caf57e9610c129ac605b66dab90acc31315b8a9d18c756db7a499644775d8b6b53bf0c1c43b0114ba
7
- data.tar.gz: 375b05563c988ab0db83f1d083da9ec996971268b958c4ba7b60d0d0de2941b535cda21dcbb424f5832fe0eaa1ae3477e4cd90c66e0692ce9608cabfc271bbf3
6
+ metadata.gz: 9f555cca1b57adbc972f941e04b1ca694b3dedb90ffd743787165bd990943a36f384acd8dd3e3180180d9ee1a45dc4e7d514ad1480341b0c200764feab68970b
7
+ data.tar.gz: c5dac955d0e83a8e5a9ccaecf522ddbab83ddf123bf03e85661cc98fe015224e2650385509e62f6e0ab46e1e11f02a557f68249bc31a99dea4e05514a0352ff2
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.3'
3
+ s.version = '0.0.9.1.4'
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,115 +1,118 @@
1
- // * {
2
- // font-size: 16px
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 {
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
+ *
7
+ 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
19
26
  font-size: 24px !important
20
- }
21
- h4, h4 a, h4 span, h4 span span {
27
+
28
+ h4, h4 a, h4 span, h4 span span
22
29
  font-size: 20px !important
23
- }
24
- h5, h5 a, h5 span, h5 span span {
30
+
31
+ h5, h5 a, h5 span, h5 span span
25
32
  font-size: 18px !important
26
- }
27
- h6, h6 a, h6 span, h6 span span {
33
+
34
+ h6, h6 a, h6 span, h6 span span
28
35
  font-size: 16px !important
29
- }
36
+
30
37
  //----HEADER & NAVIGATION-----//
31
38
 
32
- .navbar-default, .navbar-header, .navbar-collapse, .header {
39
+ .navbar-default, .navbar-header, .navbar-collapse, .header
33
40
  background-color: $header-bg
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 {
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
60
67
  border-bottom: 1px solid !important
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 {
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
73
78
  color: $white1 !important
74
- }
79
+
75
80
  //----CUSTOM NAV-----------//
76
- .sub-nav {
81
+ .sub-nav
77
82
  height: 100%
78
- }
79
- .sub-pages-nav {
83
+
84
+ .sub-pages-nav
80
85
  //float: left
81
86
  //position: fixed
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 {
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
110
114
  border-bottom: 1px solid $turq1 !important
111
- }
112
- }
115
+
113
116
  //----STARTPAGE------------//
114
117
 
115
118
  .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.3
4
+ version: 0.0.9.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Vogt