Skip to content
Snippets Groups Projects
Commit 04087d85 authored by jonasled's avatar jonasled
Browse files

added border radius to sub menu

parent e4376659
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,14 @@
left: 50%;
transform: translateX(-50%);
background-color: $back-color-3;
border-radius: 10px;
a {
border-bottom: $back-color-2 solid 2px;
width: 100%;
color: $text-color;
&:last-child{
&:last-of-type{
border-bottom: none;
}
}
......
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