dlegr250_material_design 0.5.42 → 0.5.43

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: df3544120dc586a590f051c05260a51075f6ad18
4
- data.tar.gz: 36dc91475d4980514f7038f7a1adde6ec13f6d23
3
+ metadata.gz: 46608d452a7d0b24f8e2e6d4db18f866872bb660
4
+ data.tar.gz: b2e654e78df31b403bb14850d0fe10286bf98798
5
5
  SHA512:
6
- metadata.gz: e570a05b3865d8e44f8acb9d757a5b1d1c83324f449cd3ac2713bbb8b454570350b167cd3975f6e71c97569241c4820199cbf54ffe9e4daa7d82a44ea0395cde
7
- data.tar.gz: 3cdfd8063a9afe02e6f66ce378b26a47955f462283c0f8497f0310c0628852e289362534390009083773a784f2b62fd515aa06c56ae75599dd66df8a76dcb00e
6
+ metadata.gz: 53a835f3c7ffbcc02c64433e17883dca680299babbf27f39387e9f1010cbe5a6bd686af00b9431d866c425b61cad6a32132681bc421e4d35101371393d7ecede
7
+ data.tar.gz: c630e35923e5d0b199fec60f80f8aabf3ff3fb825acf49fd30dbb51bc64a52abe0b66169fb245afc7373dd1b43a5aa71abca32c04eb49af3ea02de4df4a72821
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.42"
2
+ VERSION = "0.5.43"
3
3
  end
@@ -76,17 +76,17 @@
76
76
  .dialog-xlarge { width: $dialog-width-xlarge !important; }
77
77
  }
78
78
 
79
- // Dialogs - header
79
+ // Dialogs - appbar
80
80
  //----------------------------------------------------------------------
81
81
 
82
- .dialog-header {
82
+ .dialog-appbar {
83
83
  @include flex-parent-row();
84
84
  border-bottom: 1px solid color("divider");
85
85
  height: $appbar-height;
86
86
  padding: 0 $spacing-small;
87
87
  }
88
88
 
89
- .dialog-header-icon {
89
+ .dialog-appbar-icon {
90
90
  width: $appbar-button-height;
91
91
 
92
92
  // To match up with .appbar-button
@@ -98,7 +98,7 @@
98
98
  }
99
99
  }
100
100
 
101
- .dialog-header-primary {
101
+ .dialog-appbar-title {
102
102
  @include list-item-primary();
103
103
  flex: 1;
104
104
  font-size: $font-size-normal + 2px;
@@ -109,11 +109,40 @@
109
109
  }
110
110
 
111
111
  @media (min-width: $width-small) {
112
- .dialog-header-primary {
112
+ .dialog-appbar-title {
113
113
  font-size: $font-size-large;
114
114
  }
115
115
  }
116
116
 
117
+ .dialog-appbar-title-subtext {
118
+ @include list-item-primary-subtext();
119
+ }
120
+
121
+ .dialog-appbar-secondary {
122
+ @include list-item-secondary();
123
+ }
124
+
125
+ .dialog-appbar-secondary-actions {
126
+ @include list-item-secondary-actions();
127
+ }
128
+
129
+ // Dialogs - header
130
+ //----------------------------------------------------------------------
131
+
132
+ .dialog-header {
133
+ // @include flex-parent-row();
134
+ border-bottom: 1px solid color("divider");
135
+ padding: $spacing-normal;
136
+ }
137
+
138
+ .dialog-header-primary {
139
+ flex: 1;
140
+ font-size: $font-size-large;
141
+ font-weight: 400;
142
+ @include font-smoothing();
143
+ @include list-item-primary();
144
+ }
145
+
117
146
  .dialog-header-primary-subtext {
118
147
  @include list-item-primary-subtext();
119
148
  }
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.5.42
4
+ version: 0.5.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-28 00:00:00.000000000 Z
11
+ date: 2017-03-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
14
14
  AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind