spectre_scss 0.4.6.0 → 0.4.7.0

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: 19f1ad082d25b959639c474540f1aa7bbd52b8c6
4
- data.tar.gz: 38745a1c58e3ba0b89146be7384b24bedfb26ac3
3
+ metadata.gz: 1ea1d1c484c013cf10eefca580489847af1dd951
4
+ data.tar.gz: c162d74dbea4ab72fd64452d810d1756d7b62ebf
5
5
  SHA512:
6
- metadata.gz: 49be9647a5d40cc65cbdd4bbaa6c473cf3d595b1e14a09de2019daace72e8c59a57e3e9a50a06e38afca0b13c032118e22226915a8d63912280b68d0b70b24e2
7
- data.tar.gz: 58e21edfe10dd05e5d93e5f43382f682c2d5516f260a7e3eb008266bbf41ee9bbb602bad50293569215cb0c59935a136ffe400e9a3bd27c5b76933a0e589206c
6
+ metadata.gz: ec24b709043beb84abbf250c2fe0346d0e6670f1fd356dcf3b4c2f5a92e8579fc6f2bf26ac7b52c2fdb698c4810332c339520d63ad529b0fabb2dc10e77ddb34
7
+ data.tar.gz: 77aedf675b407e0e5e778039892bb9a22e3c9ce38cd7f9069779627c6ef03e167f83b9742b8e5856aafb1562d9f4dc324a53d5b2728b9a8b286df51a8307140b
@@ -1,3 +1,3 @@
1
1
  module SpectreScss
2
- VERSION = '0.4.6.0'
2
+ VERSION = '0.4.7.0'
3
3
  end
@@ -73,6 +73,15 @@
73
73
  }
74
74
  }
75
75
 
76
+ // Button Colors
77
+ &.btn-success {
78
+ @include button-variant($success-color);
79
+ }
80
+
81
+ &.btn-error {
82
+ @include button-variant($error-color);
83
+ }
84
+
76
85
  // Button Link
77
86
  &.btn-link {
78
87
  background: transparent;
@@ -5,6 +5,7 @@
5
5
  overflow: hidden;
6
6
  position: relative;
7
7
  width: 100%;
8
+ -webkit-overflow-scrolling: touch;
8
9
 
9
10
  .carousel-container {
10
11
  height: 100%;
@@ -5,6 +5,7 @@
5
5
  overflow: hidden;
6
6
  position: relative;
7
7
  width: 100%;
8
+ -webkit-overflow-scrolling: touch;
8
9
 
9
10
  .comparison-before,
10
11
  .comparison-after {
@@ -500,7 +500,7 @@ input {
500
500
 
501
501
  // Form Horizontal
502
502
  .form-horizontal {
503
- padding: $layout-spacing;
503
+ padding: $layout-spacing 0;
504
504
 
505
505
  .form-group {
506
506
  display: flex;
@@ -38,10 +38,7 @@
38
38
  color: $light-color;
39
39
  }
40
40
  &.loading {
41
- &::after {
42
- border-bottom-color: $light-color;
43
- border-left-color: $light-color;
44
- }
41
+ @extend .btn-primary.loading;
45
42
  }
46
43
  }
47
44
 
@@ -9,6 +9,7 @@ $parallax-fade-color: rgba(255, 255, 255, .35) !default;
9
9
  // Mixin: Parallax direction
10
10
  @mixin parallax-dir() {
11
11
  height: 50%;
12
+ outline: none;
12
13
  position: absolute;
13
14
  width: 50%;
14
15
  z-index: $zindex-1;
@@ -61,6 +62,7 @@ $parallax-fade-color: rgba(255, 255, 255, .35) !default;
61
62
  left: 0;
62
63
  top: 0;
63
64
 
65
+ &:focus ~ .parallax-content,
64
66
  &:hover ~ .parallax-content {
65
67
  transform: perspective($parallax-perspective) rotateX($parallax-deg) rotateY(-$parallax-deg);
66
68
 
@@ -79,6 +81,7 @@ $parallax-fade-color: rgba(255, 255, 255, .35) !default;
79
81
  right: 0;
80
82
  top: 0;
81
83
 
84
+ &:focus ~ .parallax-content,
82
85
  &:hover ~ .parallax-content {
83
86
  transform: perspective($parallax-perspective) rotateX($parallax-deg) rotateY($parallax-deg);
84
87
 
@@ -97,6 +100,7 @@ $parallax-fade-color: rgba(255, 255, 255, .35) !default;
97
100
  bottom: 0;
98
101
  left: 0;
99
102
 
103
+ &:focus ~ .parallax-content,
100
104
  &:hover ~ .parallax-content {
101
105
  transform: perspective($parallax-perspective) rotateX(-$parallax-deg) rotateY(-$parallax-deg);
102
106
 
@@ -115,6 +119,7 @@ $parallax-fade-color: rgba(255, 255, 255, .35) !default;
115
119
  bottom: 0;
116
120
  right: 0;
117
121
 
122
+ &:focus ~ .parallax-content,
118
123
  &:hover ~ .parallax-content {
119
124
  transform: perspective($parallax-perspective) rotateX(-$parallax-deg) rotateY($parallax-deg);
120
125
 
@@ -1,5 +1,5 @@
1
1
  // Core variables
2
- $version: "0.4.6";
2
+ $version: "0.4.7";
3
3
 
4
4
  // Core colors
5
5
  $primary-color: #5755d9 !default;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spectre_scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6.0
4
+ version: 0.4.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zoran