junebug12851/pokered-save-editor

View on GitHub
src/app/fragments/card-pokemon-header/card-pokemon-header.component.scss

Summary

Maintainability
Test Coverage
.row-container {
Line should be indented 2 spaces, but was indented 4 spaces
Properties should be ordered align-items, display, flex-direction, height, justify-content, margin-right, margin-top, width
width: 100%;
Line should be indented 2 spaces, but was indented 4 spaces
height: 100%;
Line should be indented 2 spaces, but was indented 4 spaces
display: flex;
Line should be indented 2 spaces, but was indented 4 spaces
flex-direction: column;
Line should be indented 2 spaces, but was indented 4 spaces
justify-content: space-between;
Line should be indented 2 spaces, but was indented 4 spaces
align-items: baseline;
Line should be indented 2 spaces, but was indented 4 spaces
margin-right: 10px;
Line should be indented 2 spaces, but was indented 4 spaces
margin-top: 20px;
}
 
.row {
Properties should be ordered align-items, display, flex-direction, justify-content, padding-bottom, vertical-align, width
Line should be indented 2 spaces, but was indented 4 spaces
width: 100%;
Line should be indented 2 spaces, but was indented 4 spaces
display: flex;
Line should be indented 2 spaces, but was indented 4 spaces
flex-direction: row;
Line should be indented 2 spaces, but was indented 4 spaces
justify-content: space-between;
Line should be indented 2 spaces, but was indented 4 spaces
align-items: baseline;
Line should be indented 2 spaces, but was indented 4 spaces
padding-bottom: 10px;
Line should be indented 2 spaces, but was indented 4 spaces
vertical-align: top;
}
 
Avoid qualifying class selectors with an element.
span.hp {
Properties should be ordered text-align, width
Line should be indented 2 spaces, but was indented 4 spaces
width: 5em;
Line should be indented 2 spaces, but was indented 4 spaces
text-align: right;
}
 
.grow {
Line should be indented 2 spaces, but was indented 4 spaces
flex-grow: 2;
}