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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51730bce15c13b73b83d88c515873b8374cd8d0d587dfbaa04d3ccdfccf7ade6
|
4
|
+
data.tar.gz: 370c611ec8e3ef91b2bed7df0217fac4bd7345944fbc9703384ce2b178531b61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92d85aa9f0681988988ae5c8582888e9e1c003ed2dd72feae369e7eceb6b793719ef6cfa6ceb58f9546723f6dfa7ba8a67304b5683216fdfb00db67159a70e66
|
7
|
+
data.tar.gz: 053df67b8f03fba96a7bc9fa22ef29facad0ff6615b7de3386e4c28ff9ac06f66bbf297b370c997c9956323a98753f97031f1d8468b043d180bf6004649e47c4
|
@@ -1,51 +1,51 @@
|
|
1
|
-
button,
|
2
|
-
input[type="button"],
|
3
|
-
input[type="reset"],
|
4
|
-
input[type="submit"],
|
5
|
-
.button {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
}
|
44
|
-
|
45
|
-
.button--alt {
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
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
|
-
|
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.
|
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-
|
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:
|