mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): fix linter issues
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
flex: 1;
|
||||
|
||||
/* stylelint-disable */
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
/* stylelint-enable */
|
||||
|
||||
background: var(--background);
|
||||
|
||||
@@ -25,14 +25,14 @@
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
color: var(--color);
|
||||
|
||||
align-items: center;
|
||||
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
color: var(--color);
|
||||
|
||||
font-family: $font-family-base;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
:host(.ion-color) {
|
||||
|
||||
Reference in New Issue
Block a user