active_frontend 12.1.12 → 12.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1394d690b53e28c618c719c04444f532775e6eb
4
- data.tar.gz: 1b92c9527c7f3fa5078d8c1c6e92a7196ac0c964
3
+ metadata.gz: f74714fc37ddf23c8654663c3e85459bacf38330
4
+ data.tar.gz: e9fd0ce6e4a253e9248af308ae9ab626bc2c541f
5
5
  SHA512:
6
- metadata.gz: 0f06b3868eb78057e8b552f2c35258248e0e446bb55d9cfc5430bbcab2194b5b18ba428904f85941acea9dcb077ca02e1de872c9ff35cef41a551e7324c3d38a
7
- data.tar.gz: 102a031c7707084a00aae5b2ee3b2f27ff1c666e97c13e7a074eb9ad4d5a77ba7783f46800c3cd67dda8cd152950d9cf92a1c1920755a8382f5a39098f0f451d
6
+ metadata.gz: 69e2fff857d0ef9a6874bd20b57c96818b32f7766259635b6a374a12c36115ba426ecccfdcb03ebdb03b50f257a3f68322b92e38128014fad311d5ce36bef6bc
7
+ data.tar.gz: cecb5d431def4f2fe61aa414505f5cafb08f89d91f739a856767301e4822f7046e2fb9f195fbf1e754b952b7d6f22457c1bee2a512ebebceda1572c16e55443e
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.12"
2
+ VERSION = "12.1.13"
3
3
  end
@@ -97,6 +97,18 @@
97
97
  .sidebar-header-btn.active,
98
98
  .sidebar-header-btn:active,
99
99
  .sidebar-header-btn:focus { background: $color-light-haze; }
100
+ .sidebar-footer {
101
+ border-top: 1px solid;
102
+ border-color: inherit;
103
+ box-sizing: border-box;
104
+ display: block;
105
+ font-size: 10px;
106
+ line-height: 1;
107
+ padding: 10px;
108
+ vertical-align: middle;
109
+ max-width: 100%;
110
+ width: 100%;
111
+ }
100
112
  .sidebar-navbar {
101
113
  border-collapse: separate;
102
114
  border-bottom: 1px solid;
@@ -160,6 +172,8 @@
160
172
  padding: 10px;
161
173
  }
162
174
  .sidebar-content-with-title { height: calc(100% - 91px); }
175
+ .sidebar-content-with-footer { height: calc(100% - 122px); }
176
+ .sidebar-content-with-title-and-footer { height: calc(100% - 61px); }
163
177
  .sidebar-content-unpadded { padding: 0; }
164
178
  .sidebar-scrollable {
165
179
  border-bottom: 1px solid;
@@ -218,6 +232,7 @@ only screen and ( min-resolution: 2dppx) {
218
232
  .sidebar-title,
219
233
  .sidebar-header,
220
234
  .sidebar-header-btn,
235
+ .sidebar-footer,
221
236
  .sidebar-navbar,
222
237
  .sidebar-navbar > a,
223
238
  .sidebar-form,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.12
4
+ version: 12.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez