sass-zero 1.5.4 → 1.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/sass-zero/breadboard.scss +0 -21
- data/example.html +0 -11
- data/lib/sass_zero/version.rb +1 -1
- data/screenshot-dark.png +0 -0
- data/screenshot-desktop.png +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20a4635dc3155312bd828d2478b4a7f62d5e4092607399cc59651496ea1645c9
|
4
|
+
data.tar.gz: 9012ca230804db87095ae41d0603049f4edf0dc8ac42a85900fc10b62ba79bfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe008bf485ac16efb61788911c61dbe679ae716f5057ad0c8ae168cfadacffe165f3eac70a51662be831f92277584335a3e8b1e1922ed66721df4fcbb921554e
|
7
|
+
data.tar.gz: b36e6344702a4ede9a372df8387a22f68afef0937159860cead592226a324f6d67ba5163e61851216965c8c113c6aa13f8557c23a71d0fddbf745d5b7d770aff
|
data/Gemfile.lock
CHANGED
@@ -99,14 +99,6 @@ html {
|
|
99
99
|
}
|
100
100
|
}
|
101
101
|
|
102
|
-
.dropdown {
|
103
|
-
background-color: var(--color-bg--surface);
|
104
|
-
border-width: $border; border-radius: $radius-primary;
|
105
|
-
padding: $size-4;
|
106
|
-
position: absolute;
|
107
|
-
z-index: $z-10;
|
108
|
-
}
|
109
|
-
|
110
102
|
[type="checkbox"], [type="radio"] {
|
111
103
|
transform: scale(1.36); margin: $size-1;
|
112
104
|
}
|
@@ -189,7 +181,6 @@ dialog {
|
|
189
181
|
background-color: var(--color-bg--surface);
|
190
182
|
border-width: $border; border-radius: $radius-primary;
|
191
183
|
padding: $size-4;
|
192
|
-
box-shadow: $shadow-lg;
|
193
184
|
color: inherit;
|
194
185
|
}
|
195
186
|
|
@@ -197,18 +188,6 @@ dialog::backdrop {
|
|
197
188
|
background-color: rgba($gray-500, $opacity-75);
|
198
189
|
}
|
199
190
|
|
200
|
-
details {
|
201
|
-
display: inline-block;
|
202
|
-
}
|
203
|
-
|
204
|
-
summary {
|
205
|
-
list-style: none;
|
206
|
-
}
|
207
|
-
|
208
|
-
summary::-webkit-details-marker {
|
209
|
-
display: none;
|
210
|
-
}
|
211
|
-
|
212
191
|
table {
|
213
192
|
width: $w-full;
|
214
193
|
}
|
data/example.html
CHANGED
@@ -30,17 +30,6 @@
|
|
30
30
|
|
31
31
|
<input type="submit" value="Submit Button" class="btn btn--secondary" />
|
32
32
|
|
33
|
-
<details class="u-position-context">
|
34
|
-
<summary class="btn btn--secondary">Dropdown Button</summary>
|
35
|
-
<div class="dropdown push-xs--top u-position--right">
|
36
|
-
<ul class="list--unbulleted u-nowrap flush">
|
37
|
-
<li>Unordered list item 1</li>
|
38
|
-
<li>Unordered list item 2</li>
|
39
|
-
<li>Unordered list item 3</li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
</details>
|
43
|
-
|
44
33
|
<button class="btn btn--secondary"><span class="btn__icon bx bx-plus"></span> Icon Button</button>
|
45
34
|
<button class="btn btn--secondary btn--small">Small Button</button>
|
46
35
|
</div>
|
data/lib/sass_zero/version.rb
CHANGED
data/screenshot-dark.png
CHANGED
Binary file
|
data/screenshot-desktop.png
CHANGED
Binary file
|
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: 1.5.
|
4
|
+
version: 1.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lazaronixon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|