mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
16 lines
245 B
SCSS
16 lines
245 B
SCSS
@import "../../globals.core";
|
|
|
|
// Clear Button
|
|
// --------------------------------------------------
|
|
|
|
.button-clear {
|
|
border-color: transparent;
|
|
background: transparent;
|
|
|
|
&.activated {
|
|
opacity: 0.4;
|
|
background: transparent;
|
|
}
|
|
|
|
}
|