sass-zero 0.0.22 → 0.0.23

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: 44626a36062ce7a364a8e9fc32823dd673056ad47e688d827338d9305832d616
4
- data.tar.gz: 648b67b7889177d6cf618edfd98fd5d6fbb7e2f6774ebafd8d631f142cc8b098
3
+ metadata.gz: 347993514a4be108f84f5daba6be9df9191af98d1da96cfb30a68c71bb08103a
4
+ data.tar.gz: d14d4cf50ba2cf58b084a656e1bcf9ef75e9049aa6ce718d6a9d92c6bb7206f9
5
5
  SHA512:
6
- metadata.gz: c90c8d7f328e257932f17cd56d7f6549b100caf45e65a2be9258500663725643dcdb56a25e07cdcbfdc3c3f07da21a9ca7ed8e41851ac58a037a668be0c54303
7
- data.tar.gz: c46f76a65f9d7af35992a8cde97e4e7a3f375b1497cd55ca5f3ea65c0d8e356bed02f12c628cd86276077c2da2ca701170639b9ea320dbe7b070a03e2a9f5611
6
+ metadata.gz: 968c0563f3126c0fb73f151fad2f24beeaf2819c231296a359a51c2e7dd40abe50d2e6782e0beff3a3456ec690682ffff33991ba60abcd470057f10bc5911955
7
+ data.tar.gz: 77e7f30e33e96d76eb50359bb303a3a3dc8198f50c9fb24055a0bef19584f7abfcd1432fb8b90f71eb7e3a65d85b94b77f3d0b929a7ade03afdffe2fe5fe9a74
@@ -27,12 +27,12 @@ blockquote {
27
27
  border-width: $border;
28
28
  color: inherit;
29
29
  display: inline-block;
30
- font-weight: $font-bold;
30
+ font-weight: $font-medium;
31
31
  padding: $size-2 $size-4;
32
32
  text-align: center;
33
33
  cursor: pointer;
34
34
 
35
- &[disabled] {
35
+ &:disabled {
36
36
  cursor: default;
37
37
  opacity: $opacity-50;
38
38
  }
@@ -45,11 +45,11 @@ blockquote {
45
45
  background-color: $breadboard-primary;
46
46
  border-color: $breadboard-primary;
47
47
  color: $white;
48
- box-shadow: $shadow;
48
+ box-shadow: $shadow-md;
49
49
  }
50
50
 
51
51
  &--secondary {
52
- background-color: transparent;
52
+ background-color: $white;
53
53
  border-color: $breadboard-primary;
54
54
  color: $breadboard-primary;
55
55
  }
@@ -114,6 +114,7 @@ hr {
114
114
  label, legend {
115
115
  display: block;
116
116
  margin-bottom: $size-1;
117
+ font-weight: $font-medium
117
118
  }
118
119
 
119
120
  .checkbox, .radio {
@@ -122,7 +123,7 @@ label, legend {
122
123
  border-width: $border;
123
124
  color: $breadboard-primary;
124
125
  display: inline-block;
125
- margin-bottom: -2.6px;
126
+ margin-bottom: -0.2rem;
126
127
  height: $size-4;
127
128
  width: $size-4;
128
129
 
@@ -30,7 +30,7 @@ $text-6xl: 4rem;
30
30
  // *******************************************************************
31
31
  $font-hairline: 100;
32
32
  $font-thin: 200;
33
- $font-light: 200;
33
+ $font-light: 300;
34
34
  $font-normal: 400;
35
35
  $font-medium: 500;
36
36
  $font-semibold: 600;
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "0.0.22"
3
+ VERSION = "0.0.23"
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.22",
3
+ "version": "0.0.23",
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-23 00:00:00.000000000 Z
11
+ date: 2020-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: autoprefixer-rails