mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
web3 message style tweak
This commit is contained in:
parent
8436db69d8
commit
c54cf45b12
@ -2,9 +2,13 @@
|
|||||||
|
|
||||||
.message {
|
.message {
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
color: $brand-grey-light;
|
color: $brand-grey;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-bottom: .1rem solid $brand-grey-lighter;
|
||||||
|
border-top: .1rem solid $brand-grey-lighter;
|
||||||
|
padding-top: $spacer / 2;
|
||||||
|
padding-bottom: $spacer / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// default: red square
|
// default: red square
|
||||||
@ -16,7 +20,7 @@
|
|||||||
margin-right: $spacer / 8;
|
margin-right: $spacer / 8;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: .3rem;
|
top: ($spacer / 2) + .3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
// yellow triangle
|
// yellow triangle
|
||||||
|
Loading…
Reference in New Issue
Block a user