App: always add margin to button icons
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
html {
|
||||
font-variant-ligatures: common-ligatures;
|
||||
/* -webkit-font-smoothing: antialiased; */
|
||||
/* -moz-osx-font-smoothing: grayscale; */
|
||||
}
|
||||
|
||||
::selection {
|
||||
@@ -73,6 +75,10 @@ button.main-button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button.main-button svg {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
a.main-link {
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user