viniBaxter-desk_front 0.5.0 → 0.6.0

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: 66a3be68590650d3070d6b93e1c10cbcc61fbb14de5726cb922320150af18326
4
- data.tar.gz: 5cfccc542f63407fc467faf1c3a3d99744c7f00731de3b8aa897b5b00f0eebab
3
+ metadata.gz: 51730bce15c13b73b83d88c515873b8374cd8d0d587dfbaa04d3ccdfccf7ade6
4
+ data.tar.gz: 370c611ec8e3ef91b2bed7df0217fac4bd7345944fbc9703384ce2b178531b61
5
5
  SHA512:
6
- metadata.gz: a7d32c8efca42414816889814469f835c4e0a1815f89b514ed54296441e3b9fc4aedb97d6ea001da2320c4a409ef4befaeacd999fc9a4473e81251a58aa11a52
7
- data.tar.gz: 291879f78b57c3d925230d35af1e66fc822c47352df662baa323f7e9f9f3d59037f1f8f45d81651dfbfa3b565f58ecb760b139338922ab1f1368f7c74f852c3c
6
+ metadata.gz: 92d85aa9f0681988988ae5c8582888e9e1c003ed2dd72feae369e7eceb6b793719ef6cfa6ceb58f9546723f6dfa7ba8a67304b5683216fdfb00db67159a70e66
7
+ data.tar.gz: 053df67b8f03fba96a7bc9fa22ef29facad0ff6615b7de3386e4c28ff9ac06f66bbf297b370c997c9956323a98753f97031f1d8468b043d180bf6004649e47c4
@@ -1,5 +1,5 @@
1
1
  module ViniBaxter
2
2
  module DeskFront
3
- VERSION = "0.5.0"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
@@ -1,51 +1,51 @@
1
- button,
2
- input[type="button"],
3
- input[type="reset"],
4
- input[type="submit"],
5
- .button {
6
- appearance: none;
7
- background-color: $action-color;
8
- border: 0;
9
- border-radius: $base-border-radius;
10
- color: $white;
11
- cursor: pointer;
12
- display: inline-block;
13
- font-family: $base-font-family;
14
- font-size: $base-font-size;
15
- -webkit-font-smoothing: antialiased;
16
- font-weight: $bold-font-weight;
17
- line-height: 1;
18
- padding: $small-spacing $base-spacing;
19
- text-decoration: none;
20
- transition: background-color $base-duration $base-timing;
21
- user-select: none;
22
- vertical-align: middle;
23
- white-space: nowrap;
24
-
25
- &:hover {
26
- background-color: mix($black, $action-color, 20%);
27
- color: $white;
28
- }
29
-
30
- &:focus {
31
- outline: $focus-outline;
32
- outline-offset: $focus-outline-offset;
33
- }
34
-
35
- &:disabled {
36
- cursor: not-allowed;
37
- opacity: 0.5;
38
-
39
- &:hover {
40
- background-color: $action-color;
41
- }
42
- }
43
- }
44
-
45
- .button--alt {
46
- background-color: transparent;
47
- border: $base-border;
48
- border-color: $blue;
49
- color: $blue;
50
- margin-bottom: $base-spacing;
51
- }
1
+ // button,
2
+ // input[type="button"],
3
+ // input[type="reset"],
4
+ // // input[type="submit"],
5
+ // .button {
6
+ // appearance: none;
7
+ // background-color: $action-color;
8
+ // border: 0;
9
+ // border-radius: $base-border-radius;
10
+ // color: $white;
11
+ // cursor: pointer;
12
+ // display: inline-block;
13
+ // font-family: $base-font-family;
14
+ // font-size: $base-font-size;
15
+ // -webkit-font-smoothing: antialiased;
16
+ // font-weight: $bold-font-weight;
17
+ // line-height: 1;
18
+ // padding: $small-spacing $base-spacing;
19
+ // text-decoration: none;
20
+ // transition: background-color $base-duration $base-timing;
21
+ // user-select: none;
22
+ // vertical-align: middle;
23
+ // white-space: nowrap;
24
+ //
25
+ // &:hover {
26
+ // // background-color: mix($black, $action-color, 20%);
27
+ // color: $white;
28
+ // }
29
+ //
30
+ // &:focus {
31
+ // outline: $focus-outline;
32
+ // outline-offset: $focus-outline-offset;
33
+ // }
34
+ //
35
+ // &:disabled {
36
+ // cursor: not-allowed;
37
+ // opacity: 0.5;
38
+ //
39
+ // &:hover {
40
+ // background-color: $action-color;
41
+ // }
42
+ // }
43
+ // }
44
+ //
45
+ // .button--alt {
46
+ // background-color: transparent;
47
+ // border: $base-border;
48
+ // border-color: $blue;
49
+ // color: $blue;
50
+ // margin-bottom: $base-spacing;
51
+ // }
@@ -1,3 +1,3 @@
1
- .form-actions {
2
- margin-left: calc(15% + 2rem);
3
- }
1
+ // .form-actions {
2
+ // margin-left: calc(15% + 2rem);
3
+ // }
Binary file
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: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - viny baxter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-30 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -288,6 +288,7 @@ files:
288
288
  - lib/viniBaxter/sass/desk_front/dashkit/vendors/_select2.scss
289
289
  - lib/viniBaxter/sass/desk_front/theme-dark.scss
290
290
  - lib/viniBaxter/sass/desk_front/theme.scss
291
+ - viniBaxter-desk_front-0.5.0.gem
291
292
  - viniBaxter-desk_front.gemspec
292
293
  homepage:
293
294
  licenses: