failuregem 0.0.9.1.1 → 0.0.9.1.2
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 +97 -100
- 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: 98881e2261c1dca9d9fc91ca0b974f0941019538ff3bdeacb99fe580472a81fd
|
4
|
+
data.tar.gz: fd0b27f98075911c659c493810b579f02c03c519fdab24be0b249b21ef0c2728
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2336669c0ddc4d98986c26409041912cb9d8c7ddac23624fcfcd57f4fb64801da8de7fe8a85bfacaba47132e4e7252d39c1249c5dc83de959030f293bc0965e2
|
7
|
+
data.tar.gz: 7550e9dd6102150f2b6a73266fc959684791f7adf1d3227c47f9b63d859a319e3eac50ba2f7b74bc468fc6adb93430a609379c3d09f667c1e7c8654c72b4e9cf
|
data/failuregem.gemspec
CHANGED
@@ -1,118 +1,115 @@
|
|
1
|
-
|
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
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
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
|
-
|
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
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
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
|