mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -8,21 +8,19 @@
|
||||
}
|
||||
|
||||
button {
|
||||
@include margin(0);
|
||||
@include padding(0);
|
||||
@include font-smoothing();
|
||||
text-align: center;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
display: flex;
|
||||
color: inherit;
|
||||
|
||||
flex-flow: row nowrap;
|
||||
flex-shrink: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
border: 0;
|
||||
outline: none;
|
||||
|
||||
@ -32,11 +30,15 @@ button {
|
||||
text-overflow: ellipsis;
|
||||
text-transform: none;
|
||||
|
||||
white-space: nowrap;
|
||||
|
||||
color: inherit;
|
||||
background: transparent;
|
||||
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
||||
text-align: center;
|
||||
|
||||
font-kerning: none;
|
||||
user-select: none;
|
||||
|
||||
|
Reference in New Issue
Block a user