Skip to content
Snippets Groups Projects
Commit a4d17de7 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Small style fixes

parent 3a93bf19
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@
left: 50%;
transform: translate(-50%, -75%);
padding: 10px;
background: s.$background-white;
color: s.$text;
background: s.$white;
color: s.$black;
border-radius: 5px;
display: block;
visibility: hidden;
......
......@@ -145,11 +145,12 @@
&:before,
&:after {
opacity: 0.15;
background: s.$white;
}
}
.bar {
background: s.$background-white;
background: s.$white;
}
}
}
......
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