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 130
130
"selenium-webdriver" : " ^3.6.0" ,
131
131
"sorcery" : " ^0.10.0" ,
132
132
"source-map-support" : " ^0.5.9" ,
133
- "stylelint" : " ^9.9.0 " ,
133
+ "stylelint" : " ^9.10.1 " ,
134
134
"ts-node" : " ^3.0.4" ,
135
135
"tsconfig-paths" : " ^2.3.0" ,
136
- "tslint" : " ^5.12.0 " ,
136
+ "tslint" : " ^5.13.1 " ,
137
137
"tsutils" : " ^3.0.0" ,
138
138
"typescript" : " ~3.1.1" ,
139
139
"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