Morphy2k/broadcast-notification-system

View on GitHub
public/dashboard/css/main.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#message-overlay {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#message-overlay .text {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#popup .name {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#message-overlay .text .line2 {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#popup {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#message-overlay .text .line1 {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#message-overlay .text div {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#popup .message {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Don't use IDs in selectors.
Open

#popup .amount {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Expected (<nonnegative-length-or-percentage>{1,4} [ / <nonnegative-length-or-percentage>{1,4} ]?) but found 'none'.</nonnegative-length-or-percentage></nonnegative-length-or-percentage>
Open

    border-radius: none;
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule is empty.
Open

a {}
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Duplicate property 'border' found.
Open

  border: none;
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

  padding: 1.5rem;
Severity: Minor
Found in public/dashboard/css/main.css by csslint

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

  -webkit-appearance: none;
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.greyOut header,
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

select {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

input[type="checkbox"] {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#popup {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#popup .name {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

input[type="checkbox"]:checked:after {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Heading (h1) should not be qualified.
Open

header h1 {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  0% {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  15% {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

header {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  60% {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#popup .message {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  80% {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#popup .amount {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  100% {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  90% {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

footer {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#message-overlay {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

header h1 {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

footer p {
Severity: Minor
Found in public/dashboard/css/main.css by csslint

There are no issues that match your filters.

Category
Status