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
|
||||
"ionic/reset",
|
||||
"ionic/base",
|
||||
"ionic/scaffolding",
|
||||
"ionic/grid",
|
||||
"ionic/type",
|
||||
|
||||
|
||||
@ -79,11 +79,6 @@ body {
|
||||
border-radius: $border-radius-base;
|
||||
}
|
||||
|
||||
// Remove tap highlight color on Safari
|
||||
a {
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.page, .full-section {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@ -16,6 +16,11 @@ p {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
// Remove tap highlight color on Safari
|
||||
a {
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
// Emphasis & misc
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user