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 +4 -4
- data/app/assets/stylesheets/sass-zero/base/breadboard.scss +10 -15
- data/lib/sass/zero/version.rb +1 -1
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dbb2eeff312f6a124bf0178b3c22277068fd7aba5f137e4f19550b3ab78a2ab
|
|
4
|
+
data.tar.gz: 8ddac40bdbb4030f1744496fc79627492ad4d25ce2840013db840b493941e61f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
}
|
data/lib/sass/zero/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sass-zero",
|
|
3
|
-
"version": "0.0.
|
|
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",
|