File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
libs/remix-ui/vertical-icons-panel/src/lib Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ interface HomeProps {
77function Home ( { verticalIconPlugin } : HomeProps ) {
88 return (
99 < div
10- className = "pl-1 mt-2 remixui_homeIcon"
10+ className = "mt-3 my-1 remixui_homeIcon"
1111 onClick = { async ( ) => await verticalIconPlugin . activateHome ( ) }
1212 { ...{ plugin : 'home' } }
1313 title = "Home"
Original file line number Diff line number Diff line change 44 height : 42px ;
55 cursor : pointer;
66 }
7+ .remixui_homeIcon : hover {
8+ box-shadow : 0px 0px 14px -7px ;
9+ }
10+
711 .remixui_homeIcon svg path {
812 fill : var (--primary );
913 }
1620 justify-content : space-between;
1721 align-items : center;
1822 }
23+ .remixui_icon : hover {
24+ box-shadow : 0px 0px 14px -7px ;
25+ }
26+
1927 .remixui_icon {
2028 cursor : pointer;
21- margin-bottom : 3px ;
22- position : 12px ;
2329 width : 36px ;
2430 height : 36px ;
25- padding : relative;
2631 border-radius : 8px ;
2732 }
2833 .remixui_icon img {
You can’t perform that action at this time.
0 commit comments