mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
added some style
This commit is contained in:
24
src/styles/menu-item/menu-item.scss
Normal file
24
src/styles/menu-item/menu-item.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
menu-item {
|
||||
[data-target="menu-item.itemEl"] {
|
||||
app-link {
|
||||
[data-target="app-link.main"] {
|
||||
width: 100%;
|
||||
background-color: $black;
|
||||
color: $gray-01;
|
||||
border-radius: 0;
|
||||
padding: 15px 0;
|
||||
&:hover {
|
||||
color: $white;
|
||||
background-color: $gray-10;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.selected {
|
||||
app-link {
|
||||
[data-target="app-link.main"] {
|
||||
background-color: $gray-09;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user