|
@ -181,7 +181,7 @@ |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
content: ''; |
|
|
content: ''; |
|
|
top: 0%; |
|
|
top: 0%; |
|
|
right: 0px; |
|
|
|
|
|
|
|
|
left: 0px; |
|
|
width: 1px; |
|
|
width: 1px; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
background-image: linear-gradient( |
|
|
background-image: linear-gradient( |
|
@ -190,6 +190,10 @@ |
|
|
rgba(0, 0, 0, 0.05) 100%) |
|
|
rgba(0, 0, 0, 0.05) 100%) |
|
|
; |
|
|
; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.menu > .menu:first-child > .item:first-child:before, |
|
|
|
|
|
.ui.menu .item:first-child:before { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
.ui.menu .menu.right .item:before, |
|
|
.ui.menu .menu.right .item:before, |
|
|
.ui.menu .item.right:before { |
|
|
.ui.menu .item.right:before { |
|
|
right: auto; |
|
|
right: auto; |
|
|