2016-12-01 10:39:04 -05:00
|
|
|
// http://ionicframework.com/docs/v2/theming/
|
|
|
|
|
|
|
|
// App Global Sass
|
|
|
|
// --------------------------------------------------
|
|
|
|
// Put style rules here that you want to apply globally. These
|
|
|
|
// styles are for the entire app and not just one component.
|
|
|
|
// Additionally, this file can be also used as an entry point
|
|
|
|
// to import other Sass files to be included in the output CSS.
|
|
|
|
//
|
|
|
|
// Shared Sass variables, which can be used to adjust Ionic's
|
|
|
|
// default Sass variables, belong in "theme/variables.scss".
|
|
|
|
//
|
|
|
|
// To declare rules for a specific mode, create a child rule
|
|
|
|
// for the .md, .ios, or .wp mode classes. The mode class is
|
|
|
|
// automatically applied to the <body> element in the app.
|
2017-01-27 23:39:55 -05:00
|
|
|
|
|
|
|
.item {
|
|
|
|
padding: 0px !important;
|
|
|
|
padding-left: 16px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ion-menu {
|
|
|
|
ion-list-header {
|
|
|
|
font-size: 1.4em !important;
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-button-default-ios {
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ion-card .title {
|
|
|
|
.button-wp, .button-md, .button-ios {
|
|
|
|
margin-right: -6px;
|
|
|
|
}
|
2018-03-16 19:21:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
--card-font: Roboto, Helvetica, Arial, sans-serif;
|
2016-12-27 21:10:00 -05:00
|
|
|
}
|