sass-zero 0.0.34 → 0.0.35

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
  SHA256:
3
- metadata.gz: 8fdc68bda76604cac9bc4d47a1b863369841e8491cebc96638fff29b79496dc8
4
- data.tar.gz: 1d1637815a9c083b4aff36b487de2937fc0a29c726f6b2ca94d20ce5f1d5ff7c
3
+ metadata.gz: 8dbb2eeff312f6a124bf0178b3c22277068fd7aba5f137e4f19550b3ab78a2ab
4
+ data.tar.gz: 8ddac40bdbb4030f1744496fc79627492ad4d25ce2840013db840b493941e61f
5
5
  SHA512:
6
- metadata.gz: 0302fa1ba37ba63d2b0c71fa68a2ba0ec66ae691b6aaa831f0574e8ca0bd970854734689b4bc33a5d8714428623c03f31a3f6f9475ebc990371fad872d105d64
7
- data.tar.gz: c678f7c6a3397651a2efe55e9ebbd6208feb5c254d72c060cd4e27a6877b4c86edc52664e5cb29dfa677f31e585cd1edb4ed256bbad5b3db7827f993ebe3131d
6
+ metadata.gz: 71a6a6ea4a68ab1cd6d8223f189773a0dccfba3a74548327b2000ca3ffac23aa8ab16c85411bdd3e2c8bd9455c06cf6c23b0198e27ea8f5392df460b386802a9
7
+ data.tar.gz: c098483ecc1ba1c7376f63037c3cf3558c0602b98cfd23319cc4dc09cb55c417b7836b72fdad170ec8c25fdfe936d4ffcfd73d53bc9b13a1c7e6341e446cdfeb
@@ -28,7 +28,6 @@ blockquote {
28
28
  display: inline-block;
29
29
  font-weight: $font-bold;
30
30
  padding: $size-2 $size-4;
31
- text-align: center;
32
31
  cursor: pointer;
33
32
 
34
33
  &:disabled, &.disabled {
@@ -39,13 +38,13 @@ blockquote {
39
38
  &--primary {
40
39
  background-color: $breadboard-primary;
41
40
  border-color: $breadboard-primary;
42
- color: $white;
43
41
  box-shadow: $shadow-md;
42
+ color: $white;
44
43
  }
45
44
 
46
45
  &--secondary {
47
- background-color: $white;
48
46
  border-color: $breadboard-primary;
47
+ background-color: $white;
49
48
  }
50
49
 
51
50
  &--tertiary {
@@ -87,12 +86,6 @@ hr {
87
86
  padding: $size-2 $size-3;
88
87
  width: $size-full;
89
88
 
90
- &:focus {
91
- border-color: $breadboard-color;
92
- box-shadow: $shadow-outline;
93
- outline: 0;
94
- }
95
-
96
89
  &--select {
97
90
  appearance: none;
98
91
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="%23a0aec0" xmlns="http://www.w3.org/2000/svg"><path d="M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z"/></svg>');
@@ -122,12 +115,6 @@ label, legend {
122
115
  background-position: center;
123
116
  background-repeat: no-repeat;
124
117
  }
125
-
126
- &:focus {
127
- border-color: $breadboard-color;
128
- box-shadow: $shadow-outline;
129
- outline: 0;
130
- }
131
118
  }
132
119
 
133
120
  .checkbox {
@@ -146,6 +133,14 @@ label, legend {
146
133
  }
147
134
  }
148
135
 
136
+ .input, .checkbox, .radio {
137
+ &:focus {
138
+ border-color: $breadboard-color;
139
+ box-shadow: $shadow-outline;
140
+ outline: 0;
141
+ }
142
+ }
143
+
149
144
  a {
150
145
  font-weight: $font-bold;
151
146
  }
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "0.0.34"
3
+ VERSION = "0.0.35"
4
4
  end
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-zero",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "A CSS framework for rapid UI development based on tailwindcss, miligram and BEM.",
5
5
  "homepage": "https://github.com/lazaronixon/sass-zero",
6
6
  "repository": "lazaronixon/sass-zero",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon