Files
2015-11-06 11:00:37 -06:00

171 lines
2.7 KiB
SCSS

$colors: (
primary: #387ef5,
secondary: #32db64,
danger: #f53d3d,
light: #f4f4f4,
dark: #222,
energized: #ffc527,
royal: #7e60ff,
);
$font-path: '../../dist/fonts';
@import "../../ionic/ionic";
@import "action-sheets/basic/styles";
@import "cards/background/styles";
@import "cards/advanced-weather/styles";
@import "cards/advanced-map/styles";
@import "icons/basic/styles";
@import "menus/basic/styles";
@import "slides/basic/styles";
body, body:hover, body a, body button, body media-switch {
cursor: url('http://ionicframework.com/img/finger.png') 8 8, auto;
}
body ion-app {
overflow: visible;
}
ion-page {
display: flex;
}
ion-scroll {
width: 100%;
height: 100%;
}
body.has-scrollbar scroll-content {
margin-right: -15px;
}
body.has-scrollbar ion-menu scroll-content {
margin-right: 0;
}
scroll-content {
overflow-y: scroll;
}
section.hidden {
display: none !important;
}
.components-demo h4 {
text-align: center;
}
.section-padding {
padding: 16px;
}
.components-demo section {
width: 100%;
height: 100%;
}
#card-wireframe {
width: 100%;
margin-bottom: 2.7em;
}
#subtle-footer {
background-color: #fff;
border-image-source: url(footer-wireframe.png);
border-image-repeat: repeat;
border-image-width: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0;
position: absolute;
bottom:0;
}
#demo-fab-bottom {
padding-top: 3px;
z-index: 100;
}
#subtle-footer .toolbar-background {
background-color: #fff;
border-bottom: 0;
}
.demo-card {
height: 0;
}
.demo-card button {
font-size: 1.3rem;
}
ion-card ion-card-content.buttons-in-components {
background-color: #F4F5F8;
}
ion-card ion-card-content.buttons-in-components img {
width: auto;
height: 44px;
display: block;
margin: 20px auto;
}
ion-card.buttons-in-components {
margin-bottom: 2em;
}
ion-card.cards-list-demo ion-card-header {
color: #387df5;
}
ion-card.cards-list-demo a > icon {
color: #444444;
}
ion-card .advanced-weather-tabs {
position: absolute;
bottom: 0;
width: 100%;
background: transparent;
}
ion-card.adv-map p {
font-size: 0.7em !important;
}
.ios ion-content.cards-bg {
background-color: #f4f4f7;
}
.md ion-content.cards-bg {
background-color: #EEEEEE !important;
}
.demo-list-icons icon {
color: #444444;
}
.demo-list-icons icon#secondary {
color: #32DB64;
}
body.md {
border-top: 24px solid black;
}
body.md backdrop {
top: -24px;
height: 107%;
}
body.md img#md-only {
display: block !important;
position: absolute;
top: -24px;
width: 100%;
height: auto;
}
body.ios img#ios-only {
display: block !important;
position: absolute;
background-color: #F8F8F8;
padding: 5px 0;
top: 0px;
width: 100%;
height: auto;
z-index: 50;
}