dlegr250_material_design 0.2.51 → 0.2.52
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: 607ab964097b9030625057f3969fda007f6c00e5
|
4
|
+
data.tar.gz: 9a7dbf12e247a1adb7b2df260bf779f940400a3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 521a8015dbdb30dd107327faa24ab53d1340502ebdb1fb7aaada7881f462cefceddc4e0c0f0caedbd67143d57fb9b1ce89d0608f57e3e303ec1d4990a9f4b3f9
|
7
|
+
data.tar.gz: 7a023f315447004e7872efca0690620acf898428f1dba6cf4a202869c36bb809a11c0d37b12e33990710c0b7cc7a3516cc06b0c9a757e30017142840729f357c
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
.appbar-title {
|
44
44
|
flex: 1; // To fill empty gaps
|
45
|
-
font-size: $font-size-large
|
45
|
+
font-size: $font-size-large;
|
46
46
|
margin-right: $spacing-small;
|
47
47
|
overflow: hidden;
|
48
48
|
text-overflow: ellipsis;
|
@@ -53,23 +53,11 @@
|
|
53
53
|
}
|
54
54
|
}
|
55
55
|
|
56
|
-
@media (min-width: $medium-width) {
|
57
|
-
.appbar-title {
|
58
|
-
font-size: $font-size-large;
|
59
|
-
}
|
60
|
-
}
|
61
|
-
|
62
56
|
// appbar - subtitle
|
63
57
|
//----------------------------------------------------------------------
|
64
58
|
|
65
59
|
.appbar-subtitle {
|
66
|
-
font-size: $font-size-normal
|
67
|
-
}
|
68
|
-
|
69
|
-
@media (min-width: $medium-width) {
|
70
|
-
.appbar-subtitle {
|
71
|
-
font-size: $font-size-normal;
|
72
|
-
}
|
60
|
+
font-size: $font-size-normal;
|
73
61
|
}
|
74
62
|
|
75
63
|
// appbar - actions
|
@@ -78,13 +66,6 @@
|
|
78
66
|
.appbar-actions {
|
79
67
|
@include flex-parent-row(); // To line up dividers and buttons properly
|
80
68
|
text-align: right;
|
81
|
-
|
82
|
-
// TODO test this in multiple browsers to see if it works everywhere...
|
83
|
-
// Since standard buttons are not as tall as the appbar-button,
|
84
|
-
// there is leftover space and the button clings to the baseline.
|
85
|
-
// .button {
|
86
|
-
// margin-top: -10px;
|
87
|
-
// }
|
88
69
|
}
|
89
70
|
|
90
71
|
// appbar - buttons
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dlegr250_material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.52
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel LeGrand
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|