Commit 16f44f2d authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Adjust color of icon on “no annotations in group” messaging

- Also tighten padding as it was a little loose
parent 95b0a0da
...@@ -15,6 +15,11 @@ ...@@ -15,6 +15,11 @@
padding-bottom: 10px; padding-bottom: 10px;
} }
.selection-tabs__icon {
color: var.$grey-mid;
margin: 0 0.25em;
}
.selection-tabs--theme-clean { .selection-tabs--theme-clean {
margin-left: 15px; margin-left: 15px;
} }
...@@ -58,6 +63,6 @@ ...@@ -58,6 +63,6 @@
.selection-tabs__message { .selection-tabs__message {
color: var.$color-text; color: var.$color-text;
border: 1px solid var.$grey-3; border: 1px solid var.$grey-3;
padding: 3em; padding: 2em;
text-align: center; text-align: center;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment