mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
chore(sass): fix linter errors
This commit is contained in:
@ -24,12 +24,12 @@ $popover-md-item-background: $popover-md-background !default;
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
max-height: $popover-md-max-height;
|
max-height: $popover-md-max-height;
|
||||||
|
|
||||||
transform-origin: top left;
|
|
||||||
|
|
||||||
border-radius: $popover-md-border-radius;
|
border-radius: $popover-md-border-radius;
|
||||||
color: $popover-md-text-color;
|
color: $popover-md-text-color;
|
||||||
background: $popover-md-background;
|
background: $popover-md-background;
|
||||||
box-shadow: $popover-md-box-shadow;
|
box-shadow: $popover-md-box-shadow;
|
||||||
|
|
||||||
|
transform-origin: top left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-content .item {
|
.popover-content .item {
|
||||||
|
Reference in New Issue
Block a user