@@ -763,14 +763,14 @@ h1 .label {
763763 font-size : 14px ;
764764 font-weight : normal ;
765765 cursor : pointer ;
766- padding : 7 px 16px ;
766+ padding : 8 px 16px ;
767767 line-height : 1.5 ;
768768 a {
769- color : darken ($btn-primary-bg , 10% ) !important ;
770- padding : 0 !important ;
771- border : none !important ;
772- background : none !important ;
773- display : inline !important ;
769+ color : darken ($btn-primary-bg , 10% );
770+ padding : 0 ;
771+ border : none ;
772+ background : none ;
773+ display : inline ;
774774 line-height : 1.5 ;
775775 }
776776 .dashboard-item {
@@ -784,23 +784,19 @@ h1 .label {
784784 vertical-align : middle ;
785785 }
786786 & .separator {
787- height : 0 ;
788- background-color : transparent ;
789- margin : 0 ;
790- padding : 0 ;
791787 display : none ;
792788 }
793789 }
794- .profile-menu :nth-child ( 6 ) ,
790+ .profile-menu.border-top ,
795791 .profile-menu.admin ,
796792 .profile-menu :last-child {
797793 border-top : 1px solid #d1d5db ;
798794 }
799795 .profile-menu :hover {
800796 color : #fff ;
801- background-color : darken ($btn-primary-bg , 10% ) !important ;
797+ background-color : darken ($btn-primary-bg , 10% );
802798 a {
803- color : #fff !important ;
799+ color : #fff ;
804800 }
805801 }
806802 .dashboard-item {
@@ -825,31 +821,31 @@ h1 .label {
825821
826822 .submenu-item {
827823 background-color : #fff ;
828- padding : 7 px 16px ;
824+ padding : 8 px 16px ;
829825 font-size : 12px ;
830826 line-height : 1.5 ;
831827
832828 a {
833- color : darken ($btn-primary-bg , 10% ) !important ;
834- padding : 0 !important ;
835- border : none !important ;
836- background : none !important ;
837- display : inline !important ;
829+ color : darken ($btn-primary-bg , 10% );
830+ padding : 0 ;
831+ border : none ;
832+ background : none ;
833+ display : inline ;
838834 line-height : 1.5 ;
839835 }
840836
841837 i {
842- margin-right : 7 px ;
838+ margin-right : 8 px ;
843839 width : 12px ;
844840 font-size : 12px ;
845841 vertical-align : middle ;
846842 }
847843
848844 & :hover {
849- background-color : darken ($btn-primary-bg , 10% ) !important ;
845+ background-color : darken ($btn-primary-bg , 10% );
850846
851847 a {
852- color : #fff !important ;
848+ color : #fff ;
853849 }
854850 }
855851 }
@@ -865,11 +861,11 @@ h1 .label {
865861 line-height : 1.5 ;
866862
867863 a {
868- color : darken ($btn-primary-bg , 10% ) !important ;
869- padding : 0 !important ;
870- border : none !important ;
871- background : none !important ;
872- display : inline !important ;
864+ color : darken ($btn-primary-bg , 10% );
865+ padding : 0 ;
866+ border : none ;
867+ background : none ;
868+ display : inline ;
873869 line-height : 1.5 ;
874870 }
875871
@@ -882,23 +878,23 @@ h1 .label {
882878 }
883879
884880 & :hover {
885- background-color : darken ($btn-primary-bg , 10% ) !important ;
881+ background-color : darken ($btn-primary-bg , 10% );
886882
887883 a {
888- color : #fff !important ;
884+ color : #fff ;
889885 }
890886 }
891887 }
892888 }
893889 }
894890 }
895891 .dashboard-item :hover {
896- color : #fff !important ;
897- background-color : darken ($btn-primary-bg , 10% ) !important ;
892+ color : #fff ;
893+ background-color : darken ($btn-primary-bg , 10% );
898894 }
899895 .dashboard-content :hover {
900- color : #fff !important ;
901- background-color : darken ($btn-primary-bg , 10% ) !important ;
896+ color : #fff ;
897+ background-color : darken ($btn-primary-bg , 10% );
902898 }
903899}
904900
0 commit comments