added border radius to sub menu
This commit is contained in:
parent
e4376659c4
commit
04087d8523
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue