viniBaxter-desk_front 300.0.7 → 300.0.8
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0703cdf67ca82e2895667009be30e8e4489637bf6fb9987f0a55f4dafd8e0d9f
|
|
4
|
+
data.tar.gz: df106aabc4b26524d1688e3db9278e264f72edfd56566815ed2b174afdfd098c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f7e4f31873bad9cb5be2e5a7e755738a73901f932cfb2135ef7a71edfe6de5a9e3669c04b4fa52623a55ea1e2ece85295a0c741b53945b7e1b8c45503af4aca
|
|
7
|
+
data.tar.gz: fda0a85d6de83d93fa15b83cbb558daa30bcc0d9aec19125b499d3f4a9d1ace204c801e3e3305638bb99793119a26d3f148bb6629d9062c7e5667a647e82793a
|
|
@@ -66,10 +66,10 @@ body {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
a,
|
|
69
|
-
p {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
69
|
+
p {
|
|
70
|
+
font-weight: $font-weight-light;
|
|
71
|
+
// @include font-size($paragraph-font-size);
|
|
72
|
+
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline
|
|
@@ -200,6 +200,7 @@ sup {
|
|
|
200
200
|
sub {
|
|
201
201
|
bottom: -0.25em;
|
|
202
202
|
}
|
|
203
|
+
|
|
203
204
|
sup {
|
|
204
205
|
top: -0.5em;
|
|
205
206
|
}
|
|
@@ -371,7 +372,8 @@ select {
|
|
|
371
372
|
// controls in Android 4.
|
|
372
373
|
// 2. Correct the inability to style clickable types in iOS and Safari.
|
|
373
374
|
button,
|
|
374
|
-
[type="button"],
|
|
375
|
+
[type="button"],
|
|
376
|
+
// 1
|
|
375
377
|
[type="reset"],
|
|
376
378
|
[type="submit"] {
|
|
377
379
|
-webkit-appearance: button; // 2
|
|
@@ -379,6 +381,7 @@ button,
|
|
|
379
381
|
|
|
380
382
|
// Opinionated: add "hand" cursor to non-disabled button elements.
|
|
381
383
|
@if $enable-pointer-cursor-for-buttons {
|
|
384
|
+
|
|
382
385
|
button,
|
|
383
386
|
[type='button'],
|
|
384
387
|
[type='reset'],
|
|
@@ -495,4 +498,4 @@ template {
|
|
|
495
498
|
// Needed for proper display in IE 10-.
|
|
496
499
|
[hidden] {
|
|
497
500
|
display: none !important;
|
|
498
|
-
}
|
|
501
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: viniBaxter-desk_front
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 300.0.
|
|
4
|
+
version: 300.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- viny baxter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|