mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 21:31:04 +00:00
Be more specific in styled selectors (#10)
This commit is contained in:
@@ -30,7 +30,7 @@ const Wrapper = styled.div`
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
|
||||||
.container {
|
> .container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
> div,
|
> div,
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ const Wrapper = styled.div`
|
|||||||
position: relative;
|
position: relative;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
.address {
|
> .address {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
@@ -33,13 +33,13 @@ const Wrapper = styled.div`
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
> .icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -9px;
|
top: -9px;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
> .name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex: 1 0;
|
flex: 1 0;
|
||||||
margin-left: 3rem;
|
margin-left: 3rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user