robotcoral/coral-app

View on GitHub
src/app/common/modals/modal.styles.scss

Summary

Maintainability
Test Coverage

Showing 24 of 24 total issues

Properties should be ordered background-color, box-shadow, color, scale
Open

scale: 1.02;

0.35 should be written without a leading zero as .35
Open

box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.35);

Properties should be ordered background-color, border, border-radius, color, min-width, padding, width
Open

min-width: none;

Avoid qualifying attribute selectors with an element.
Open

input[type="number"] {

0.05 should be written without a leading zero as .05
Open

transition: all 0.05s ease-in-out;

Selector inputWrapper should be written in lowercase with hyphens
Open

.inputWrapper {

Properties should be ordered background-color, border-color, color, max-width, min-width, width
Open

max-width: 300px;

0.35 should be written without a leading zero as .35
Open

box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);

Properties should be ordered background-color, box-shadow, transition
Open

box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);

0.5 should be written without a leading zero as .5
Open

padding: 0.5rem;

0.1 should be written without a leading zero as .1
Open

transition: all 0.1s ease-in-out;

Unknown property scale
Open

scale: 1.02;

0.5 should be written without a leading zero as .5
Open

padding: 0.5rem;

Use // comments everywhere
Open

/* Firefox */

0px should be written without units as 0
Open

box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.35);

Color literals like hsla(0, 0%, 0%, 0.35) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);

0.5 should be written without a leading zero as .5
Open

border-radius: 0.5rem;

Use // comments everywhere
Open

/* Chrome, Safari, Edge, Opera */

0px should be written without units as 0
Open

box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);

Color literals like hsla(0, 0%, 0%, 0.35) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.35);

Selector nameField should be written in lowercase with hyphens
Open

.nameField {

0px should be written without units as 0
Open

border: 0px;

Properties should be ordered background-color, border, border-radius, color, transition
Open

border: 0px;

0px should be written without units as 0
Open

border: 0px;
Category
Status