14 lines
204 B
CSS
14 lines
204 B
CSS
/**
|
|
* Button styles
|
|
*
|
|
* @author n1474335 [n1474335@gmail.com]
|
|
* @copyright Crown Copyright 2017
|
|
* @license Apache-2.0
|
|
*/
|
|
|
|
button img,
|
|
span.btn img {
|
|
margin-right: 3px;
|
|
margin-bottom: 1px;
|
|
}
|