Merge pull request 'Fix profile menu' (#6) from iamdoubz-patch-profile-menu into master

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
iamdoubz
2020-09-22 15:17:54 -05:00
+18
View File
@@ -287,4 +287,22 @@ a:hover {
background: #f7f7f7;
-webkit-box-shadow: 0 0 0 0 rgba(38, 34, 34, .35) inset;
box-shadow: 0 0 0 0 rgba(38, 34, 34, .35) inset
}
.ui.eleven.wide.column .ui.secondary.pointing.menu {
border-bottom: 2px solid #cb1b30
}
.ui.eleven.wide.column .ui.secondary.pointing.menu .active.item {
background: #e2e2e2;
color: rgba(0,0,0,.95);
border-top-width: 1px;
border-bottom-width: 0;
border-color: #e53449;
font-weight: 700;
margin-bottom: -2px;
-webkit-box-shadow: inset 1px 1px #cb1b30, inset -1px 0 #cb1b30;
box-shadow: inset 2px 2px #cb1b30, inset -2px 0 #cb1b30;
border-radius: .28571429rem .28571429rem 0 0;
border-bottom: none!important
}