Merge pull request #6246 from AugierLe42e/spv-align-icons
Better alignement of interaction icons
This commit is contained in:
commit
7f28c79156
1 changed files with 5 additions and 1 deletions
|
|
@ -459,7 +459,11 @@ h3 { margin-top: 0; }
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-left: 5px;
|
margin-left: 15px;
|
||||||
|
|
||||||
|
&:last-child{
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
&.loading {
|
&.loading {
|
||||||
background-image: image-url("mobile-spinner.gif");
|
background-image: image-url("mobile-spinner.gif");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue