Skip to content
ionic.scss 672 B
Newer Older
wangqinghua's avatar
wangqinghua committed
.ion-page > ion-content {
  background-color: #f2f2f2;}
.back-button.show-back-button {
  display: inline-block;
  color: #ffffff;
  width: 45px;}
.tabs-ios .tab-button-icon {
  margin-top: 1px;
  margin-bottom: -2px;
  min-width: 22px;
  height: 30px;
  font-size: 30px;
  color: #8c8c8c;}
.header-ios .toolbar-ios:last-child .toolbar-background-ios {
  background-color: #3581f4;
  border: none;}
.toolbar-title-ios {
  color: #ffffff;}
.tabs-ios .tab-button:hover:not(.disable-hover), .tabs-ios .tab-button[aria-selected=true] {
  color: #333333;}
.toast-wrapper.toast-middle {
  width: 60%;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);}