File tree Expand file tree Collapse file tree 3 files changed +299
-147
lines changed Expand file tree Collapse file tree 3 files changed +299
-147
lines changed Original file line number Diff line number Diff line change 133
133
"selenium-webdriver" : " ^3.6.0" ,
134
134
"sorcery" : " ^0.10.0" ,
135
135
"source-map-support" : " ^0.5.9" ,
136
- "stylelint" : " ^9.9.0 " ,
136
+ "stylelint" : " ^9.10.1 " ,
137
137
"ts-node" : " ^3.0.4" ,
138
138
"tsconfig-paths" : " ^2.3.0" ,
139
- "tslint" : " ^5.12.0 " ,
139
+ "tslint" : " ^5.13.1 " ,
140
140
"tsutils" : " ^3.0.0" ,
141
141
"typescript" : " ~3.1.1" ,
142
142
"uglify-js" : " ^2.8.14"
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ $mat-card-header-size: 40px !default;
149
149
// As per Material Design specifications, the images exceed the *top* content-box and take
150
150
// up some space. The margin below is necessary because otherwise space of the actual card
151
151
// content will be overlapped.
152
- margin : -8px 0 8px 0 ;
152
+ margin : -8px 0 8px ;
153
153
}
154
154
}
155
155
You can’t perform that action at this time.
0 commit comments