Skip to content
Snippets Groups Projects
Commit c0372c26 authored by sandeepsajan0's avatar sandeepsajan0 Committed by Fredrik Jonsson
Browse files

Fix css lint issues

parent dc734b8e
No related branches found
No related tags found
No related merge requests found
...@@ -13,37 +13,31 @@ ...@@ -13,37 +13,31 @@
position: absolute; position: absolute;
right: 0; right: 0;
font-size: 15px; font-size: 15px;
background-color: #F0F0F0; background-color: $color--light-grey;
min-width: 400px; min-width: 400px;
box-shadow: 8px 8px 16px 8px rgba(0,0,0,0.2); box-shadow: 1px 1px 1px 1px $color--light-mid-grey;
z-index: 1; z-index: 1;
p { p {
color: black; color: $color--black;
padding: 0px 10px; padding: 0 10px;
display: block; display: block;
} }
} }
.dropdown-item { .dropdown-item {
border-bottom: .1px solid grey; border-bottom: .1px solid $color--dark-grey;
} }
.show-all { .show-all {
text-align: center; text-align: center;
}
.source-label {
background-color: #7dc588;
} }
.show { .show {
display:block; display: block;
} }
.notification { .notification {
&__filters { &__filters {
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -58,6 +52,5 @@ ...@@ -58,6 +52,5 @@
select { select {
padding-right: 1em; padding-right: 1em;
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment