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 +4 -4
- data/failuregem.gemspec +1 -1
- data/vendor/assets/stylesheets/failuregem.scss +101 -98
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b57b57872fe5b59ade3d287bab9d9aae426e2576efe99dbb8c02be844a17b6af
|
4
|
+
data.tar.gz: 0fe06043c5339dd36fed72e58f9e1735ef39dcbb627ed47600ee7b199300d612
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f555cca1b57adbc972f941e04b1ca694b3dedb90ffd743787165bd990943a36f384acd8dd3e3180180d9ee1a45dc4e7d514ad1480341b0c200764feab68970b
|
7
|
+
data.tar.gz: c5dac955d0e83a8e5a9ccaecf522ddbab83ddf123bf03e85661cc98fe015224e2650385509e62f6e0ab46e1e11f02a557f68249bc31a99dea4e05514a0352ff2
|
data/failuregem.gemspec
CHANGED
@@ -1,115 +1,118 @@
|
|
1
|
-
//
|
2
|
-
//
|
3
|
-
//
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
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
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
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
|