mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
renamed _base.scss to _scaffolding.scss
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// Base
|
// Base
|
||||||
"ionic/reset",
|
"ionic/reset",
|
||||||
"ionic/base",
|
"ionic/scaffolding",
|
||||||
"ionic/grid",
|
"ionic/grid",
|
||||||
"ionic/type",
|
"ionic/type",
|
||||||
|
|
||||||
|
|||||||
@ -79,11 +79,6 @@ body {
|
|||||||
border-radius: $border-radius-base;
|
border-radius: $border-radius-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove tap highlight color on Safari
|
|
||||||
a {
|
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.page, .full-section {
|
.page, .full-section {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -16,6 +16,11 @@ p {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove tap highlight color on Safari
|
||||||
|
a {
|
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Emphasis & misc
|
// Emphasis & misc
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user