10 lines
164 B
CSS
10 lines
164 B
CSS
|
/**
|
||
|
* Stylesheet for the admin options page
|
||
|
* @package LBRYPress
|
||
|
*/
|
||
|
|
||
|
.wallet-icon-lbc {
|
||
|
height: 1.8em;
|
||
|
margin-right: .5em;
|
||
|
margin-bottom: -.5em;
|
||
|
}
|