File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
src/assets/scss/components Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 99 position : relative ;
1010 // padding-left: 37px;
1111 line-height : $body-text-line-height ;
12+ outline : none ;
1213
1314 }
1415}
Original file line number Diff line number Diff line change 6868 left : -35px !important ;
6969
7070 li {
71+ padding : 0 ;
72+ margin : 0 ;
73+
7174 a {
75+ display : inline-block ;
7276 font-family : roboto- bold;
7377 color : $black ;
7478 font-size : 12px ;
7579 line-height : 14px ;
76- }
80+ width : 100% ;
81+ padding : 0.5rem 1rem ;
82+ margin : 0 ;
7783
78- & :hover ,
79- & :active {
80- color : $black ;
81- text-decoration : none ;
82- background-color : $color-primary ;
84+ & :hover ,
85+ & :active {
86+ color : $black ;
87+ text-decoration : none ;
88+ background-color : $color-primary ;
89+ }
8390 }
91+
92+
8493 }
8594 }
8695}
You can’t perform that action at this time.
0 commit comments