Skip to content

Instantly share code, notes, and snippets.

@sayoder
Created October 18, 2018 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayoder/aaba2f7170116c7031cd9551f20f80c5 to your computer and use it in GitHub Desktop.
Save sayoder/aaba2f7170116c7031cd9551f20f80c5 to your computer and use it in GitHub Desktop.
.toolbar-background-md {
background: #57C7D4 !important;
}
.toolbar-background-ios {
background: #57C7D4 !important;
}
.toolbar-background-wp {
background: #57C7D4 !important;
}
ion-app.app-root .core-tabs-bar a.tab-slide[aria-selected=true] {
color: #57C7D4 !important;
border-bottom: 2px solid #2FB255 !important;
}
a.tab-slide[aria-selected=true] {
color: #57C7D4 !important;
border-bottom: 2px solid #2FB255 !important;
}
.tabs-md .tab-button[aria-selected=true] .tab-button-icon {
color: #57C7D4 !important;
}
.tabs-md .tab-button[aria-selected=true] {
color: #57C7D4 !important;
}
.tabs-ios .tab-button[aria-selected=true] .tab-button-icon {
color: #57C7D4 !important;
}
.tabs-ios .tab-button[aria-selected=true] {
color: #57C7D4 !important;
}
.tabs-wp .tab-button[aria-selected=true] .tab-button-icon {
color: #57C7D4 !important;
}
.tabs-wp .tab-button[aria-selected=true] {
color: #57C7D4 !important;
}
ion-app.app-root .core-button-select, ion-app.app-root ion-select.core-button-select {
color: #57C7D4 !important;
}
ion-app.app-root ion-select {
color: #57C7D4 !important;
}
ion-icon {
color: #57C7D4 !important;
}
.button-md {
background-color: #57C7D4 !important;
}
.button-md:hover:not(.disable-hover) {
background-color: #57C7D4 !important;
}
.button-ios {
background-color: #57C7D4 !important;
}
.button-ios:hover:not(.disable-hover) {
background-color: #57C7D4 !important;
}
.button-wp {
background-color: #57C7D4 !important;
}
.button-wp:hover:not(.disable-hover) {
background-color: #57C7D4 !important;
}
ion-app.app-root.md .button-md-light {
color: #57C7D4 !important;
background-color: #F5F5F5 !important;
}
ion-app.app-root.ios .button-ios-light {
color: #57C7D4 !important;
background-color: #F5F5F5 !important;
}
ion-app.app-root.wp .button-wp-light {
color: #57C7D4 !important;
background-color: #F5F5F5 !important;
}
.button-clear {
background-color: #ffffff !important;
}
.badge-md {
background-color: #2FB255 !important;
}
.badge-ios {
background-color: #2FB255 !important;
}
.badge-wp {
background-color: #2FB255 !important;
}
img.login-logo {
display:none;
}
img.login-logo:after {
content: "";
width: 150px;
height: 30px;
background: url('https://mycourses.bai.edu/bai_logo.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment