mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(standalone): fixes standalone component styling (#13769)
* test(e2e): update standalone tests for snapshot * fix(standalone): improve component fonts, box-sizing, etc * refactor(input): separate textarea styles from input and rename classes * fix(datetime): change position in an item so cover is over item
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "./slides.vars";
|
||||
@import "./slides-import";
|
||||
|
||||
// Slides
|
||||
|
6
packages/core/src/components/slides/slides.vars.scss
Normal file
6
packages/core/src/components/slides/slides.vars.scss
Normal file
@ -0,0 +1,6 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
// Slides
|
||||
// --------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user