mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
Merge branch 'feature/WW-24-styles'
This commit is contained in:
@@ -49,12 +49,16 @@ menu-item {
|
|||||||
}
|
}
|
||||||
[data-target="menu-item.customButton"] {
|
[data-target="menu-item.customButton"] {
|
||||||
grid-area: custom;
|
grid-area: custom;
|
||||||
display: none;
|
display: flex;
|
||||||
|
visibility: hidden;
|
||||||
|
width: 0px;
|
||||||
|
display: flex;
|
||||||
|
transition: width 0.3s;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
[data-target="menu-item.customButton"] {
|
[data-target="menu-item.customButton"] {
|
||||||
grid-area: custom;
|
grid-area: custom;
|
||||||
display: flex;
|
visibility: visible;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user