mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +00:00
increase vertical margin for long text buttons
This commit is contained in:
parent
3cab01d4ee
commit
45c8bf80fd
@ -1345,7 +1345,7 @@ button, .mini-profile-actions span, a.button {
|
||||
display: inline-block;
|
||||
line-height: 1em;
|
||||
font-weight: 500;
|
||||
margin: 0;
|
||||
margin: 2px 0;
|
||||
float: none;
|
||||
text-shadow: 2px 2px 0 transparent;
|
||||
-moz-transition-property: background;
|
||||
|
@ -71,7 +71,7 @@ button, a.button
|
||||
display: inline-block
|
||||
line-height: 1em
|
||||
font-weight: 500
|
||||
margin: 0
|
||||
margin: 2px 0
|
||||
float: none
|
||||
text-shadow: 2px 2px 0 rgba(black,0)
|
||||
+transition-property(background)
|
||||
@ -90,5 +90,3 @@ button, a.button
|
||||
background-color: #999
|
||||
&:hover
|
||||
color: $bloc-background-color
|
||||
|
||||
|
||||
|
@ -1368,7 +1368,7 @@ button, .mini-profile-actions span, a.button {
|
||||
display: inline-block;
|
||||
line-height: 1em;
|
||||
font-weight: 500;
|
||||
margin: 0;
|
||||
margin: 2px 0;
|
||||
float: none;
|
||||
text-shadow: 2px 2px 0 transparent;
|
||||
-moz-transition-property: background;
|
||||
|
Loading…
Reference in New Issue
Block a user