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