Skip to content
Snippets Groups Projects
Commit 883e9061 authored by Frances Botsford's avatar Frances Botsford
Browse files

fix verification widget layout on dashboard

parent 947354fb
No related merge requests found
......@@ -1033,12 +1033,11 @@
.status-verification {
.status-title {
margin: 0 0 ($baseline/4) 26px;
margin: 0 0 ($baseline/4) 0;
}
.status-data {
margin: 0 0 ($baseline/2) 26px;
width: 80%;
margin: 0 0 ($baseline/2) 0;
}
.status-data-message {
......@@ -1072,7 +1071,7 @@
@include triangle(($baseline/2), $m-gray-d3, up);
position: absolute;
left: 45%;
top: -($baseline/2);
top: -6px;
}
}
......
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