Unverified Commit baedcb1e authored by Diksha Thakur's avatar Diksha Thakur Committed by GitHub

Changed 'Issue' border to match design (#455)

parent f66359f8
...@@ -3,13 +3,14 @@ ...@@ -3,13 +3,14 @@
.table-issues { .table-issues {
.issue-banner { .issue-banner {
border-radius: 4px;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
height: 40px; height: 40px;
margin: 8px 0; margin: 8px 0;
padding: 8px 16px; padding: 8px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-top: 2px solid $gray10;
border-bottom: 2px solid $gray10;
color: $gray60;
} }
.table-issue-link { .table-issue-link {
margin-right: $spacer-1; margin-right: $spacer-1;
......
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