mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(demos): action sheet styles
This commit is contained in:
18
demos/component-docs/action-sheets/basic/styles.scss
Normal file
18
demos/component-docs/action-sheets/basic/styles.scss
Normal file
@ -0,0 +1,18 @@
|
||||
.md .ion-md-share {
|
||||
color: #ED4248;
|
||||
}
|
||||
.md .ion-md-arrow-dropright-circle {
|
||||
color: #508AE4;
|
||||
}
|
||||
.md .ion-md-heart-outline {
|
||||
color: #31D55F;
|
||||
}
|
||||
|
||||
.md .action-sheet-destructive {
|
||||
margin-top: 2px;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.md .action-sheet-cancel icon, .md .action-sheet-destructive icon {
|
||||
color: #757575;
|
||||
}
|
Reference in New Issue
Block a user