mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Shadow
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
border-color: transparent;
|
||||
font-size: 16px;
|
||||
color: inherit;
|
||||
box-shadow: none;
|
||||
|
||||
.icon {
|
||||
display: inline-block;
|
||||
|
||||
@@ -55,6 +55,8 @@ $navbar-material-button-text-color: #fff !default; //#007aff !default;
|
||||
font-size: $navbar-material-button-font-size;
|
||||
color: $navbar-material-button-text-color;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
|
||||
|
||||
padding: 0;
|
||||
margin: 0 10px;
|
||||
|
||||
@@ -24,6 +24,7 @@ $toolbar-material-button-text-color: #007aff !default;
|
||||
font-size: $toolbar-material-button-font-size;
|
||||
color: $toolbar-material-button-text-color;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
|
||||
padding: 0;
|
||||
margin: 0 10px;
|
||||
|
||||
Reference in New Issue
Block a user