8 lines
105 B
SCSS
8 lines
105 B
SCSS
|
@import "common/sass/variables";
|
||
|
|
||
|
.BroadcastTx {
|
||
|
&-title {
|
||
|
margin: $space auto $space * 2.5;
|
||
|
}
|
||
|
}
|