viniBaxter-desk_front 300.0.7 → 300.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: faef0cbf7ca73b72262d752b5ed048e4f66e5c8c5edc4816de47a798fed6851a
4
- data.tar.gz: 888617bc232b53cc0688c294a8a26548d37e8286257be577d7a6d2bd3e69ceb0
3
+ metadata.gz: 0703cdf67ca82e2895667009be30e8e4489637bf6fb9987f0a55f4dafd8e0d9f
4
+ data.tar.gz: df106aabc4b26524d1688e3db9278e264f72edfd56566815ed2b174afdfd098c
5
5
  SHA512:
6
- metadata.gz: c1ee176f453ad47068aabb4b5dc9c6b1c6b8ca7097223241b814e8c54792bbc826c5cfd0befa43b004b80a719e1478e01346402ca3094cddc5cba0a17d888d86
7
- data.tar.gz: 3a2f44d27822575a206719edc534d5e39f9fa04a90cce024b0542043b9efdcae7c26b37e3ff46ca58f5d31bc518c72bc3090785fb266604931588561451989c9
6
+ metadata.gz: 9f7e4f31873bad9cb5be2e5a7e755738a73901f932cfb2135ef7a71edfe6de5a9e3669c04b4fa52623a55ea1e2ece85295a0c741b53945b7e1b8c45503af4aca
7
+ data.tar.gz: fda0a85d6de83d93fa15b83cbb558daa30bcc0d9aec19125b499d3f4a9d1ace204c801e3e3305638bb99793119a26d3f148bb6629d9062c7e5667a647e82793a
@@ -2,7 +2,7 @@ module ViniBaxter
2
2
  module DeskFront
3
3
  MAJOR = 300
4
4
  MINOR = 0
5
- TINY = 7
5
+ TINY = 8
6
6
  PRE = "STUDIO"
7
7
 
8
8
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
@@ -66,10 +66,10 @@ body {
66
66
  }
67
67
 
68
68
  a,
69
- p {
70
- font-weight: $font-weight-light;
71
- @include font-size($paragraph-font-size);
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"], // 1
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.7
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-05 00:00:00.000000000 Z
11
+ date: 2022-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler