src/app/common/modals/modal.styles.scss
Showing 24 of 24 total issues
Properties should be ordered background-color, box-shadow, color, scale Open
Open
scale: 1.02;
- Exclude checks
0.35
should be written without a leading zero as .35
Open
Open
box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.35);
- Exclude checks
Properties should be ordered background-color, border, border-radius, color, min-width, padding, width Open
Open
min-width: none;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="number"] {
- Exclude checks
0.05
should be written without a leading zero as .05
Open
Open
transition: all 0.05s ease-in-out;
- Exclude checks
Selector inputWrapper
should be written in lowercase with hyphens Open
Open
.inputWrapper {
- Exclude checks
Properties should be ordered background-color, border-color, color, max-width, min-width, width Open
Open
max-width: 300px;
- Exclude checks
0.35
should be written without a leading zero as .35
Open
Open
box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);
- Exclude checks
Properties should be ordered background-color, box-shadow, transition Open
Open
box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
padding: 0.5rem;
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
transition: all 0.1s ease-in-out;
- Exclude checks
Unknown property scale Open
Open
scale: 1.02;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
padding: 0.5rem;
- Exclude checks
Use //
comments everywhere Open
Open
/* Firefox */
- Exclude checks
0px
should be written without units as 0
Open
Open
box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.35);
- Exclude checks
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
Open
box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
border-radius: 0.5rem;
- Exclude checks
Use //
comments everywhere Open
Open
/* Chrome, Safari, Edge, Opera */
- Exclude checks
0px
should be written without units as 0
Open
Open
box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);
- Exclude checks
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
Open
box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.35);
- Exclude checks
Selector nameField
should be written in lowercase with hyphens Open
Open
.nameField {
- Exclude checks
0px
should be written without units as 0
Open
Open
border: 0px;
- Exclude checks
Properties should be ordered background-color, border, border-radius, color, transition Open
Open
border: 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border: 0px;
- Exclude checks