mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
52 lines
709 B
SCSS
52 lines
709 B
SCSS
|
|
.action-menu-md {
|
|
|
|
.action-menu-backdrop.active {
|
|
background-color: rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.action-menu {
|
|
margin: 0;
|
|
|
|
.action-menu-title,
|
|
button,
|
|
[button] {
|
|
text-align: left;
|
|
border-color: transparent;
|
|
font-size: 16px;
|
|
color: inherit;
|
|
}
|
|
|
|
.action-menu-title {
|
|
font-size: 14px;
|
|
padding: 16px;
|
|
color: #666;
|
|
}
|
|
|
|
button.activated,
|
|
[button].activated {
|
|
background: #e8e8e8;
|
|
}
|
|
}
|
|
|
|
.action-menu-group {
|
|
margin: 0;
|
|
border-radius: 0;
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.action-menu-cancel {
|
|
display: none;
|
|
}
|
|
|
|
.action-menu-has-icons {
|
|
|
|
button,
|
|
[button] {
|
|
padding-left: 56px;
|
|
}
|
|
|
|
}
|
|
|
|
}
|