dlegr250_material_design 0.4.95 → 0.4.96
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: 90e19d7c101c2bc4770ee87d35e0eaf23144bcf6
|
4
|
+
data.tar.gz: 44092d70398352bf025d222a98517ee5a325f881
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5394002f7e4c887065c6d91f4aa6cf3b4e451df4c2d1b64ecfbed3d003913dc9907403d79cdcc5aa18e58c3b6830b1d845df814d18393d39423aba984f89783e
|
7
|
+
data.tar.gz: af575a5501459ab882fee6fe6b9e842f73a2fd3fc61b67ede1868c1e932e6c419b9f6aa654947833f21878074a325aafc7c1cf7411099182ec2cbed20d2598cb
|
@@ -11,7 +11,7 @@ $application-container-min-width: 300px;
|
|
11
11
|
//----------------------------------------------------------------------
|
12
12
|
|
13
13
|
$appbar-height: 64px;
|
14
|
-
$appbar-button-height:
|
14
|
+
$appbar-button-height: 44px;
|
15
15
|
|
16
16
|
// Dimensions - sidebars
|
17
17
|
//----------------------------------------------------------------------
|
@@ -93,6 +93,7 @@
|
|
93
93
|
line-height: 1;
|
94
94
|
margin: 0 $spacing-small;
|
95
95
|
pointer-events: none;
|
96
|
+
-webkit-font-smoothing: antialiased;
|
96
97
|
// @include truncate-text(); // Make optional via class
|
97
98
|
|
98
99
|
a {
|
@@ -102,13 +103,13 @@
|
|
102
103
|
|
103
104
|
@media (min-width: $small-width) {
|
104
105
|
.appbar-title {
|
105
|
-
max-width: $sidebar-
|
106
|
+
max-width: $sidebar-width - 64px;
|
106
107
|
}
|
107
108
|
}
|
108
109
|
|
109
110
|
// Above and below main text
|
110
|
-
.appbar-supertitle,
|
111
|
-
.appbar-subtitle {
|
111
|
+
.appbar-title-supertitle,
|
112
|
+
.appbar-title-subtitle {
|
112
113
|
color: $appbar-subtitle-color;
|
113
114
|
font-size: $font-size-normal;
|
114
115
|
@include flex-parent-row;
|