active_frontend 14.0.52 → 14.0.53

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: bd77f28dfa348625f61527f3dff2527dbf21d941
4
- data.tar.gz: 060d2df5ecd12a1ae251085919bd5c4dfccd67c1
3
+ metadata.gz: 6cf837bb93b0b3ffd0843b5c01d31de824cb203e
4
+ data.tar.gz: 6dc91ab85e573365c58086ab5488fb56c4880752
5
5
  SHA512:
6
- metadata.gz: b87146999c89691453bfd64615e548c3b0065f8f05437e68aeaa2f838f8b673e83949f91e8622f743bb62d2c8e3ee1ee360e75d5efcd0e369c39f8ba6459b828
7
- data.tar.gz: 2283ae66dd594bcc8a4c728c438c147ebcc1e395a380746eced5c92a89dda33ed96d13398f08ef781a730657ab45247869c17300782e862820701ba91fdd793e
6
+ metadata.gz: ce36b39112db75360f69c72cd1fdf36433945a5f1eb95a190bc6641f6387d733072ffd9ba9fd8fca5586bd1af95ff082deea6418ac386540bfe98d50bd4a52b3
7
+ data.tar.gz: e93d89217efe565203971d531288607c93dad4af687fb48c89a8f3ca50b66318cd6b24fabcbeb0e437a584e912a125eaaf189cafe6f9c4fd2709a23ef655d54e
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.52'.freeze
2
+ VERSION = '14.0.53'.freeze
3
3
  end
@@ -169,7 +169,6 @@ thead {
169
169
  .table-responsive {
170
170
  @include overflow-scrolling(touch);
171
171
  background: color(transparent);
172
- border: 2px solid color(dark-haze);
173
172
  max-height: 300px;
174
173
  overflow: scroll;
175
174
 
@@ -6,7 +6,6 @@
6
6
  // ==================================================
7
7
  .card {
8
8
  border-color: color(dark-haze);
9
- border-radius: border-radius(b);
10
9
 
11
10
  img { border-radius: 0; }
12
11
  }
@@ -24,12 +23,6 @@
24
23
  }
25
24
  .card-header {
26
25
  border-bottom: 0;
27
- border-top-left-radius: border-radius(b);
28
- border-top-right-radius: border-radius(b);
29
26
  font-weight: text-weight(semibold);
30
27
  }
31
- .card-footer {
32
- border-top: 0;
33
- border-bottom-left-radius: border-radius(b);
34
- border-bottom-right-radius: border-radius(b);
35
- }
28
+ .card-footer { border-top: 0; }
@@ -1,7 +1,6 @@
1
1
  // Table of Contents
2
2
  // ==================================================
3
3
  // Layout
4
- // Styles
5
4
  // Media Queries
6
5
 
7
6
  // Layout
@@ -17,6 +16,11 @@
17
16
  height: 100%;
18
17
  overflow-x: hidden;
19
18
  overflow-y: auto;
19
+
20
+ &.with-sticky-header {
21
+ height: calc(100% - 76px);
22
+ margin-top: 76px;
23
+ }
20
24
  }
21
25
  .layout-body { width: 100%; }
22
26
  .layout-sidebar {
@@ -54,6 +58,15 @@
54
58
  }
55
59
  }
56
60
  @media only screen and (max-width: 767px) {
61
+ .layout-body,
62
+ .layout-sidebar {
63
+ &.with-sticky-header {
64
+ height: calc(100% - 50px);
65
+ margin-top: 50px;
66
+
67
+ &.with-sticky-navbar { height: calc(100% - 100px); }
68
+ }
69
+ }
57
70
  .layout-sidebar {
58
71
  width: 260px;
59
72
 
@@ -1,12 +1,12 @@
1
1
  // Table of Contents
2
2
  // ==================================================
3
3
  // Missive
4
+ // Styles
4
5
 
5
6
  // Missive
6
7
  // ==================================================
7
8
  .missive {
8
9
  border: 1px solid color(dark-haze);
9
- border-radius: border-radius(b);
10
10
 
11
11
  &::before,
12
12
  &::after {
@@ -38,3 +38,13 @@
38
38
 
39
39
  p:last-child { margin-bottom: 0; }
40
40
  }
41
+
42
+ // Styles
43
+ // ==================================================
44
+ .missive-banner {
45
+ border-left-width: 4px;
46
+
47
+ @each $name, $color in $colors {
48
+ &.missive-banner-#{$name} { border-left-color: color($name); }
49
+ }
50
+ }
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: 14.0.52
4
+ version: 14.0.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-02 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails