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: 961ed313be8121533cb415edd7bfb0398f91b919
4
- data.tar.gz: e47550c96865e23c4a84c63dbc673133a16aad08
3
+ metadata.gz: af9665b6f4c3f48310c06f7002f4559b00e529db
4
+ data.tar.gz: d5c285411de14c940311306d83d56cc25a9e4b81
5
5
  SHA512:
6
- metadata.gz: 080d47e29a72755282e11f2531787c59219a5799f16f44967a76be410429eea6060b722807de4ff4a960fa7d2a4d0c4297f437659649f874d7cd0dfb2af91f72
7
- data.tar.gz: 1533e2b9c4738142dd5114dcf7f0b45a4726b8ae61c8410d132eaa60a3cf038454baf65045b17ba0b7ef1bee883097e2e616db1c0789bd6ab84c9c6e77f81b35
6
+ metadata.gz: 442c8d88d06cdf6af1d17a30ce7a6c6bd45f8c68a1cea83de5945710a1dbc6bcea8eae20e0229b7072cfa312704bd24423a8e5087ae67caf6691df9e1d8c1b8e
7
+ data.tar.gz: 8899066041b3913528ab0440103bd20c7080c132992e4e79ae64ebb42ee3ffe0afb2d7654427b179a50231c8acc7b341e58441abe8ab0e80e3985c10fe0a9871
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.11"
2
+ VERSION = "12.4.12"
3
3
  end
@@ -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: 96px; }
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% - 96px) !important;
66
- height: calc(100% - 96px) !important;
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% - 126px) !important;
74
- height: calc(100% - 126px) !important;
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% - 66px) !important;
82
- height: calc(100% - 66px) !important;
81
+ min-height: calc(100% - 70px) !important;
82
+ height: calc(100% - 70px) !important;
83
83
  }
84
84
 
85
85
  /* # Media Queries
@@ -144,6 +144,7 @@
144
144
  .header-btn-group > li.header-btn-group-nav {
145
145
  border-right: 1px solid;
146
146
  border-color: inherit;
147
+ box-sizing: border-box;
147
148
  font-size: 12px;
148
149
  height: 59px;
149
150
  line-height: 21px;
@@ -13,7 +13,7 @@
13
13
  border-color: $color-haze;
14
14
  box-sizing: border-box;
15
15
  color: inherit;
16
- height: 36px;
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: 35px;
48
- padding: 12px 20px 8px 20px;
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: 6px; }
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.11
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-16 00:00:00.000000000 Z
11
+ date: 2016-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails