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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/blocks/_table.scss +0 -1
- data/vendor/assets/stylesheets/components/_card.scss +1 -8
- data/vendor/assets/stylesheets/components/_layout.scss +14 -1
- data/vendor/assets/stylesheets/components/_missive.scss +11 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cf837bb93b0b3ffd0843b5c01d31de824cb203e
|
4
|
+
data.tar.gz: 6dc91ab85e573365c58086ab5488fb56c4880752
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce36b39112db75360f69c72cd1fdf36433945a5f1eb95a190bc6641f6387d733072ffd9ba9fd8fca5586bd1af95ff082deea6418ac386540bfe98d50bd4a52b3
|
7
|
+
data.tar.gz: e93d89217efe565203971d531288607c93dad4af687fb48c89a8f3ca50b66318cd6b24fabcbeb0e437a584e912a125eaaf189cafe6f9c4fd2709a23ef655d54e
|
@@ -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.
|
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-
|
11
|
+
date: 2017-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|