dlegr250_material_design 0.1.55 → 0.1.57
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0c4d79791132daa54be0338b21443722af1ad92
|
4
|
+
data.tar.gz: f58cd6ec0eb98b495041ef718e17820c5c0617ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3d752f750408d61b6bc9a796e2bf879019d284b4b265bfb40a953c1b2f92385eb67c202dd30e8ff0aaed2b0649ddf3c1b06df99db4f64c417c58e24ce2fcd1f
|
7
|
+
data.tar.gz: 0afaa8273c63a378b6bf314c7c42012d53891aafafb25515ac14cac98cecc3d100921b683b3685f1ffecbc2f385a07ac7a64308832a8c8c044be6f04894b3fb8
|
@@ -31,17 +31,6 @@ ol {
|
|
31
31
|
}
|
32
32
|
}
|
33
33
|
|
34
|
-
// Lists - subheader to breakup lists
|
35
|
-
//----------------------------------------------------------------------
|
36
|
-
|
37
|
-
.list-subheader {
|
38
|
-
color: color("helper");
|
39
|
-
font-weight: 600;
|
40
|
-
height: $tab-height;
|
41
|
-
line-height: $tab-height;
|
42
|
-
padding-left: $spacing-normal;
|
43
|
-
}
|
44
|
-
|
45
34
|
// Lists - header
|
46
35
|
//----------------------------------------------------------------------
|
47
36
|
|
@@ -70,6 +59,17 @@ ol {
|
|
70
59
|
}
|
71
60
|
}
|
72
61
|
|
62
|
+
// Lists - subheader to breakup lists
|
63
|
+
//----------------------------------------------------------------------
|
64
|
+
|
65
|
+
.list-subheader {
|
66
|
+
color: color("helper");
|
67
|
+
font-weight: 600;
|
68
|
+
height: $tab-height;
|
69
|
+
line-height: $tab-height;
|
70
|
+
padding-left: $spacing-normal;
|
71
|
+
}
|
72
|
+
|
73
73
|
// Lists - base
|
74
74
|
//----------------------------------------------------------------------
|
75
75
|
|
@@ -1,86 +1,86 @@
|
|
1
|
-
// Tabs - base
|
2
|
-
//----------------------------------------------------------------------
|
3
|
-
|
4
|
-
.tabs {
|
5
|
-
|
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
|
-
|
46
|
-
}
|
47
|
-
|
48
|
-
// Tabs - colored
|
49
|
-
//----------------------------------------------------------------------
|
50
|
-
|
51
|
-
@each $color-name, $color in $colors {
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
}
|
77
|
-
|
78
|
-
// Tabs - disabled
|
79
|
-
//----------------------------------------------------------------------
|
80
|
-
|
81
|
-
.tab:disabled,
|
82
|
-
.tab.disabled {
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
}
|
1
|
+
// // Tabs - base
|
2
|
+
// //----------------------------------------------------------------------
|
3
|
+
//
|
4
|
+
// .tabs {
|
5
|
+
// @include flex-parent-row();
|
6
|
+
// height: $tab-height;
|
7
|
+
// width: 100%;
|
8
|
+
// // display: table;
|
9
|
+
// // height: $tab-height;
|
10
|
+
// // table-layout: fixed;
|
11
|
+
// // width: 100%;
|
12
|
+
// }
|
13
|
+
//
|
14
|
+
// .tabs.bordered {
|
15
|
+
// @include box-shadow(0 1px color("divider"));
|
16
|
+
// }
|
17
|
+
//
|
18
|
+
// // Tabs - tab
|
19
|
+
// //----------------------------------------------------------------------
|
20
|
+
//
|
21
|
+
// .tab {
|
22
|
+
// border-bottom: 2px solid transparent;
|
23
|
+
// color: color("helper");
|
24
|
+
// cursor: pointer;
|
25
|
+
// // display: table-cell;
|
26
|
+
// font-size: $font-size-normal;
|
27
|
+
// font-weight: 600;
|
28
|
+
// // height: $tab-height - 2px; // Account for 2px bottom border on tab
|
29
|
+
// max-width: 264px;
|
30
|
+
// min-width: 72px;
|
31
|
+
// padding: $spacing-normal $spacing-small;
|
32
|
+
// text-align: center;
|
33
|
+
// text-decoration: none;
|
34
|
+
// text-transform: uppercase;
|
35
|
+
// vertical-align: middle;
|
36
|
+
// @include transition(all 0.30s ease);
|
37
|
+
//
|
38
|
+
// .icon {
|
39
|
+
// color: color("helper");
|
40
|
+
// font-size: $font-size-icon;
|
41
|
+
// }
|
42
|
+
//
|
43
|
+
// &:active {
|
44
|
+
// background-color: color("hover");
|
45
|
+
// }
|
46
|
+
// }
|
47
|
+
//
|
48
|
+
// // Tabs - colored
|
49
|
+
// //----------------------------------------------------------------------
|
50
|
+
//
|
51
|
+
// @each $color-name, $color in $colors {
|
52
|
+
// .tabs.color-#{$color-name} {
|
53
|
+
// .tab {
|
54
|
+
// // Hover and click tab
|
55
|
+
// &:hover,
|
56
|
+
// &:active {
|
57
|
+
// border-color: lighten($color, 30%);
|
58
|
+
// }
|
59
|
+
//
|
60
|
+
// // Clicking tab
|
61
|
+
// &:active {
|
62
|
+
// background-color: lighten($color, 40%);
|
63
|
+
// }
|
64
|
+
//
|
65
|
+
// // Persistent active tab
|
66
|
+
// &.active {
|
67
|
+
// border-color: $color;
|
68
|
+
// color: $color;
|
69
|
+
//
|
70
|
+
// .icon {
|
71
|
+
// color: $color;
|
72
|
+
// }
|
73
|
+
// }
|
74
|
+
// }
|
75
|
+
// }
|
76
|
+
// }
|
77
|
+
//
|
78
|
+
// // Tabs - disabled
|
79
|
+
// //----------------------------------------------------------------------
|
80
|
+
//
|
81
|
+
// .tab:disabled,
|
82
|
+
// .tab.disabled {
|
83
|
+
// color: color("disabled");
|
84
|
+
// cursor: default;
|
85
|
+
// pointer-events: none;
|
86
|
+
// }
|