active_frontend 12.4.11 → 12.4.12
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af9665b6f4c3f48310c06f7002f4559b00e529db
|
4
|
+
data.tar.gz: d5c285411de14c940311306d83d56cc25a9e4b81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 442c8d88d06cdf6af1d17a30ce7a6c6bd45f8c68a1cea83de5945710a1dbc6bcea8eae20e0229b7072cfa312704bd24423a8e5087ae67caf6691df9e1d8c1b8e
|
7
|
+
data.tar.gz: 8899066041b3913528ab0440103bd20c7080c132992e4e79ae64ebb42ee3ffe0afb2d7654427b179a50231c8acc7b341e58441abe8ab0e80e3985c10fe0a9871
|
@@ -56,30 +56,30 @@
|
|
56
56
|
.canvas-section-with-header,
|
57
57
|
.canvas-section-with-header-and-footer { margin-top: 60px; }
|
58
58
|
.canvas-section-with-header-and-subheader,
|
59
|
-
.canvas-section-with-header-and-subheader-and-footer { margin-top:
|
59
|
+
.canvas-section-with-header-and-subheader-and-footer { margin-top: 100px; }
|
60
60
|
.canvas-section-with-header {
|
61
61
|
min-height: calc(100% - 60px) !important;
|
62
62
|
height: calc(100% - 60px) !important;
|
63
63
|
}
|
64
64
|
.canvas-section-with-header-and-subheader {
|
65
|
-
min-height: calc(100% -
|
66
|
-
height: calc(100% -
|
65
|
+
min-height: calc(100% - 100px) !important;
|
66
|
+
height: calc(100% - 100px) !important;
|
67
67
|
}
|
68
68
|
.canvas-section-with-header-and-footer {
|
69
69
|
min-height: calc(100% - 90px) !important;
|
70
70
|
height: calc(100% - 90px) !important;
|
71
71
|
}
|
72
72
|
.canvas-section-with-header-and-subheader-and-footer {
|
73
|
-
min-height: calc(100% -
|
74
|
-
height: calc(100% -
|
73
|
+
min-height: calc(100% - 130px) !important;
|
74
|
+
height: calc(100% - 130px) !important;
|
75
75
|
}
|
76
76
|
.canvas-section-with-footer {
|
77
77
|
min-height: calc(100% - 30px) !important;
|
78
78
|
height: calc(100% - 30px) !important;
|
79
79
|
}
|
80
80
|
.canvas-section-with-subheader-and-footer {
|
81
|
-
min-height: calc(100% -
|
82
|
-
height: calc(100% -
|
81
|
+
min-height: calc(100% - 70px) !important;
|
82
|
+
height: calc(100% - 70px) !important;
|
83
83
|
}
|
84
84
|
|
85
85
|
/* # Media Queries
|
@@ -13,7 +13,7 @@
|
|
13
13
|
border-color: $color-haze;
|
14
14
|
box-sizing: border-box;
|
15
15
|
color: inherit;
|
16
|
-
height:
|
16
|
+
height: 40px;
|
17
17
|
min-width: 100%;
|
18
18
|
width: 100%;
|
19
19
|
}
|
@@ -44,8 +44,8 @@
|
|
44
44
|
border-bottom: 4px solid $color-transparent;
|
45
45
|
box-sizing: border-box;
|
46
46
|
display: block;
|
47
|
-
height:
|
48
|
-
padding:
|
47
|
+
height: 40px;
|
48
|
+
padding: 14px 20px 10px 20px;
|
49
49
|
min-width: 160px;
|
50
50
|
text-align: center;
|
51
51
|
}
|
@@ -64,7 +64,7 @@
|
|
64
64
|
padding: 4px 5px 3px 5px;
|
65
65
|
vertical-align: middle;
|
66
66
|
}
|
67
|
-
.subheader-btn-group { margin-top:
|
67
|
+
.subheader-btn-group { margin-top: 8px; }
|
68
68
|
|
69
69
|
/* # Styles
|
70
70
|
================================================== */
|
@@ -119,6 +119,5 @@ only screen and ( min-resolution: 2dppx) {
|
|
119
119
|
.subheader-nav > li,
|
120
120
|
.subheader-nav > li:last-child { border-width: 0.5px; }
|
121
121
|
.subheader-nav > li { font-weight: 500; }
|
122
|
-
.subheader-nav > li > a { height: 35.5px; }
|
123
122
|
.subheader-nav-toolbar-adjustment { margin-left: 34.5px; }
|
124
123
|
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/* Table of Contents
|
2
2
|
==================================================
|
3
3
|
# Toolbar
|
4
|
-
# Colors
|
5
4
|
# Styles
|
5
|
+
# Colors
|
6
6
|
# Media Queries */
|
7
7
|
|
8
8
|
/* # Toolbar
|
@@ -60,6 +60,28 @@
|
|
60
60
|
width: 80px;
|
61
61
|
}
|
62
62
|
|
63
|
+
/* # Styles
|
64
|
+
================================================== */
|
65
|
+
.toolbar-bordered > a {
|
66
|
+
background: $color-transparent !important;
|
67
|
+
border-right: 4px solid $color-transparent !important;
|
68
|
+
text-indent: 1px;
|
69
|
+
}
|
70
|
+
.toolbar-bordered > a:hover,
|
71
|
+
.toolbar-bordered > a:focus {
|
72
|
+
border-left-color: inherit !important;
|
73
|
+
border-right-color: inherit !important;
|
74
|
+
}
|
75
|
+
.toolbar-bordered > a.active,
|
76
|
+
.toolbar-bordered > a:active {
|
77
|
+
border-left-color: $color-primary !important;
|
78
|
+
border-right-color: $color-primary !important;
|
79
|
+
}
|
80
|
+
.toolbar-bordered.toolbar-alt > a {
|
81
|
+
border-left: 4px solid $color-transparent !important;
|
82
|
+
border-right: 0 !important;
|
83
|
+
}
|
84
|
+
|
63
85
|
/* # Colors
|
64
86
|
================================================== */
|
65
87
|
.toolbar-dark {
|
@@ -80,26 +102,6 @@
|
|
80
102
|
.toolbar-light > a:active,
|
81
103
|
.toolbar-light > a:focus { background: $color-haze; }
|
82
104
|
|
83
|
-
/* # Styles
|
84
|
-
================================================== */
|
85
|
-
.toolbar-bordered > a {
|
86
|
-
background: $color-transparent !important;
|
87
|
-
border-right: 4px solid $color-transparent !important;
|
88
|
-
text-indent: 1px;
|
89
|
-
}
|
90
|
-
.toolbar-bordered > a:hover,
|
91
|
-
.toolbar-bordered > a.active,
|
92
|
-
.toolbar-bordered > a:active,
|
93
|
-
.toolbar-bordered > a:focus { border-right-color: $color-primary !important; }
|
94
|
-
.toolbar-bordered.toolbar-alt > a {
|
95
|
-
border-left: 4px solid $color-transparent !important;
|
96
|
-
border-right: 0 !important;
|
97
|
-
}
|
98
|
-
.toolbar-bordered.toolbar-alt > a:hover,
|
99
|
-
.toolbar-bordered.toolbar-alt > a.active,
|
100
|
-
.toolbar-bordered.toolbar-alt > a:active,
|
101
|
-
.toolbar-bordered.toolbar-alt > a:focus { border-left-color: $color-primary !important; }
|
102
|
-
|
103
105
|
/* # Media Queries
|
104
106
|
================================================== */
|
105
107
|
@media only screen and (max-width: 767px) {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.4.
|
4
|
+
version: 12.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|