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-
21md-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 }}' ;
54
65 & .md-list {
76 md-list-item {
@@ -10,7 +9,7 @@ md-bottom-sheet.md-THEME_NAME-theme {
109 }
1110
1211 .md-subheader {
13- background-color : ' {{background-50 }}' ;
12+ background-color : ' {{background-color }}' ;
1413 }
1514
1615 .md-subheader {
Original file line number Diff line number Diff line change 66 < md-button
77 ng-click ="listItemClick($index) "
88 md-autofocus ="$index == 2 "
9- class ="md-list-item-content " >
9+ class ="md-list-item-content ">
1010 < md-icon md-svg-src ="{{item.icon}} "> </ md-icon >
1111 < span class ="md-inline-list-icon-label "> {{ item.name }}</ span >
1212 </ md-button >
Original file line number Diff line number Diff line change 11.md-inline-list-icon-label {
22 display : inline-block;
33 padding-left : 10px ;
4- padding-right : 10px ;
4+ padding-right : 10px ;
55 margin-top : -10px ;
66 height : 24px ;
77 vertical-align : middle;
8-
98}
10-
119.md-grid-item-content {
12- height : 90px ;
13- padding-top : 10px ;
10+ height : 90px ;
11+ padding-top : 10px ;
1412}
1513.md-grid-item-content md-icon {
1614 height : 48px ;
1715 width : 48px ;
1816}
19-
2017.md-grid-text {
2118 padding-bottom : 5px ;
22- }
23-
24-
19+ }
2520md-list-item , md-list-item .md-list-item-inner {
2621 min-height : 48px ;
27-
2822}
29-
3023h2 {
3124 line-height : 36px ;
32- padding-top : 10px ;
25+ padding-top : 10px ;
3326}
34-
35-
3627.md-subheader .md-subheader-inner {
3728 padding : 0 ;
3829}
39-
40-
4130md-toast .md-toast-content {
4231 background-color : # B14141 ;
4332}
44-
4533md-toast > * {
4634 font-weight : bolder;
4735}
You can’t perform that action at this time.
0 commit comments