Commit a979bbe3 authored by George Tsiolis's avatar George Tsiolis

Update dismiss button style

parent 46654acc
...@@ -283,13 +283,15 @@ ...@@ -283,13 +283,15 @@
.dismiss-button { .dismiss-button {
position: absolute; position: absolute;
right: 6px; right: $gl-padding-8;
top: $gl-btn-padding; top: $gl-padding-8;
cursor: pointer; cursor: pointer;
color: $blue-300; color: $blue-300;
z-index: 1; z-index: 1;
border: 0; border: 0;
background-color: transparent; background-color: transparent;
padding: $gl-padding-8;
line-height: 0;
&:hover, &:hover,
&:focus { &:focus {
......
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