This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-22
lines changed
src/components/bottomSheet Expand file tree Collapse file tree 3 files changed +9
-22
lines changed Original file line number Diff line number Diff line change 1
-
2
1
md-bottom-sheet .md-THEME_NAME-theme {
3
- background-color : ' {{background-50 }}' ;
4
- border-top-color : ' {{background-300 }}' ;
2
+ background-color : ' {{background-color }}' ;
3
+ border-top-color : ' {{background-hue-3 }}' ;
5
4
6
5
& .md-list {
7
6
md-list-item {
@@ -10,7 +9,7 @@ md-bottom-sheet.md-THEME_NAME-theme {
10
9
}
11
10
12
11
.md-subheader {
13
- background-color : ' {{background-50 }}' ;
12
+ background-color : ' {{background-color }}' ;
14
13
}
15
14
16
15
.md-subheader {
Original file line number Diff line number Diff line change 6
6
< md-button
7
7
ng-click ="listItemClick($index) "
8
8
md-autofocus ="$index == 2 "
9
- class ="md-list-item-content " >
9
+ class ="md-list-item-content ">
10
10
< md-icon md-svg-src ="{{item.icon}} "> </ md-icon >
11
11
< span class ="md-inline-list-icon-label "> {{ item.name }}</ span >
12
12
</ md-button >
Original file line number Diff line number Diff line change 1
1
.md-inline-list-icon-label {
2
2
display : inline-block;
3
3
padding-left : 10px ;
4
- padding-right : 10px ;
4
+ padding-right : 10px ;
5
5
margin-top : -10px ;
6
6
height : 24px ;
7
7
vertical-align : middle;
8
-
9
8
}
10
-
11
9
.md-grid-item-content {
12
- height : 90px ;
13
- padding-top : 10px ;
10
+ height : 90px ;
11
+ padding-top : 10px ;
14
12
}
15
13
.md-grid-item-content md-icon {
16
14
height : 48px ;
17
15
width : 48px ;
18
16
}
19
-
20
17
.md-grid-text {
21
18
padding-bottom : 5px ;
22
- }
23
-
24
-
19
+ }
25
20
md-list-item , md-list-item .md-list-item-inner {
26
21
min-height : 48px ;
27
-
28
22
}
29
-
30
23
h2 {
31
24
line-height : 36px ;
32
- padding-top : 10px ;
25
+ padding-top : 10px ;
33
26
}
34
-
35
-
36
27
.md-subheader .md-subheader-inner {
37
28
padding : 0 ;
38
29
}
39
-
40
-
41
30
md-toast .md-toast-content {
42
31
background-color : # B14141 ;
43
32
}
44
-
45
33
md-toast > * {
46
34
font-weight : bolder;
47
35
}
You can’t perform that action at this time.
0 commit comments