mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 14:31:03 +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;
|
||||
line-height: 0;
|
||||
|
||||
.container {
|
||||
> .container {
|
||||
position: relative;
|
||||
|
||||
> div,
|
||||
|
||||
@@ -22,7 +22,7 @@ const Wrapper = styled.div`
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
|
||||
.address {
|
||||
> .address {
|
||||
display: inline-block;
|
||||
flex: 1;
|
||||
font-family: monospace;
|
||||
@@ -33,13 +33,13 @@ const Wrapper = styled.div`
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.icon {
|
||||
> .icon {
|
||||
position: absolute;
|
||||
top: -9px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.name {
|
||||
> .name {
|
||||
display: inline-block;
|
||||
flex: 1 0;
|
||||
margin-left: 3rem;
|
||||
|
||||
Reference in New Issue
Block a user