mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
remove unused scss
This commit is contained in:
@ -1,32 +0,0 @@
|
|||||||
.mode-md {
|
|
||||||
ion-app {
|
|
||||||
font-family: 'RobotoDraft','Roboto',-apple-system,'Helvetica Neue',sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
$content-padding: 16px;
|
|
||||||
|
|
||||||
.padding,
|
|
||||||
.padding > .scroll-content {
|
|
||||||
padding: $content-padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
.padding-top,
|
|
||||||
.padding-vertical {
|
|
||||||
padding-top: $content-padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
.padding-right,
|
|
||||||
.padding-horizontal {
|
|
||||||
padding-right: $content-padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
.padding-bottom,
|
|
||||||
.padding-vertical {
|
|
||||||
padding-bottom: $content-padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
.padding-left,
|
|
||||||
.padding-horizontal {
|
|
||||||
padding-left: $content-padding;
|
|
||||||
}
|
|
||||||
}
|
|
@ -4,7 +4,6 @@
|
|||||||
"components/material/variables",
|
"components/material/variables",
|
||||||
"components/material/ripple",
|
"components/material/ripple",
|
||||||
"components/toolbar/modes/material",
|
"components/toolbar/modes/material",
|
||||||
"components/app/modes/material",
|
|
||||||
"components/action-menu/modes/material",
|
"components/action-menu/modes/material",
|
||||||
"components/button/modes/material",
|
"components/button/modes/material",
|
||||||
"components/card/modes/material",
|
"components/card/modes/material",
|
||||||
@ -16,4 +15,3 @@
|
|||||||
"components/radio/modes/material",
|
"components/radio/modes/material",
|
||||||
"components/switch/modes/material",
|
"components/switch/modes/material",
|
||||||
"components/tabs/modes/material";
|
"components/tabs/modes/material";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user