mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-12 00:50:58 +00:00
Disable CSS styles
This commit is contained in:
parent
18425310de
commit
fd1bdb2f85
@ -264,7 +264,7 @@ aside {
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
// a {
|
||||
// position: relative;
|
||||
// display: block;
|
||||
// cursor: pointer;
|
||||
@ -280,7 +280,7 @@ aside {
|
||||
// background-color: @color_gray_light;
|
||||
// }
|
||||
|
||||
&.account {
|
||||
// &.account {
|
||||
// height: 64px;
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
@ -293,46 +293,46 @@ aside {
|
||||
// color: @color_text_secondary;
|
||||
// }
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
width: 0px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: @color_green_primary;
|
||||
transition: width 0.3s;
|
||||
}
|
||||
// &:before {
|
||||
// content: '';
|
||||
// width: 0px;
|
||||
// height: 100%;
|
||||
// position: absolute;
|
||||
// top: 0;
|
||||
// left: 0;
|
||||
// background: @color_green_primary;
|
||||
// transition: width 0.3s;
|
||||
// }
|
||||
|
||||
&.selected {
|
||||
background: @color_white;
|
||||
// &.selected {
|
||||
// background: @color_white;
|
||||
//border-left: 3px solid @color_green_primary;
|
||||
//border-bottom: 1px solid @color_divider;
|
||||
//padding-left: 27px;
|
||||
|
||||
&:before {
|
||||
width: 3px;
|
||||
}
|
||||
// &:before {
|
||||
// width: 3px;
|
||||
// }
|
||||
|
||||
&:hover {
|
||||
background: @color_white;
|
||||
}
|
||||
// &:hover {
|
||||
// background: @color_white;
|
||||
// }
|
||||
|
||||
&:last-child {
|
||||
// &:last-child {
|
||||
// border-bottom: 1px solid @color_divider;
|
||||
&:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
line-height: 1px;
|
||||
background-color: @color_divider;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// &:after {
|
||||
// content: '';
|
||||
// position: absolute;
|
||||
// bottom: 0px;
|
||||
// left: 0px;
|
||||
// width: 100%;
|
||||
// height: 1px;
|
||||
// line-height: 1px;
|
||||
// background-color: @color_divider;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
|
||||
@ -448,7 +448,7 @@ aside {
|
||||
// &.zec:before {
|
||||
// background-image: url('../images/zec-logo.png');
|
||||
// }
|
||||
}
|
||||
// }
|
||||
|
||||
// .coin-divider {
|
||||
// font-size: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user