chore(): remove unused platform css

This commit is contained in:
Adam Bradley
2014-11-10 20:40:09 -06:00
parent 8b1bef3ea1
commit 348282be5a
2 changed files with 0 additions and 98 deletions

View File

@@ -5,96 +5,6 @@
* Platform specific tweaks
*/
/**
* Apply roboto font
*/
.roboto {
font-family: "Roboto", $font-family-base;
input {
font-family: "Roboto", $font-family-base;
}
}
/*
.platform-android {
.bar {
padding: 0;
line-height: 40px;
.button {
line-height: 40px;
}
.button-icon:before {
font-size: 24px;
}
}
.back-button {
&.button-icon:before {
line-height: 40px;
}
margin-left: -3px;
padding: 0px 2px !important;
&.ion-android-arrow-back:before {
font-size: 12px;
}
&.back-button.active,
&.back-button.activated {
background-color: rgba(0,0,0,0.1);
}
}
.item-divider {
background: none;
border-top-width: 0;
border-bottom-width: 2px;
text-transform: uppercase;
margin-top: 10px;
font-size: 14px;
}
.item {
border-left-width: 0;
border-right-width: 0;
}
.item-divider ~ .item:not(.item-divider) {
border-bottom-width: 0;
}
.back-button:not(.ng-hide) + .left-buttons + .title {
// Don't allow normal titles in this mode
display: none;
}
.bar .title {
text-align: left;
font-weight: normal;
}
font-family: 'Roboto';
h1, h2, h3, h4, h5 {
font-family: 'Roboto', $font-family-base;
}
.tab-item {
font-family: 'Roboto', $font-family-base;
}
input, button, select, textarea {
font-family: 'Roboto', $font-family-base;
}
*/
//}
.platform-ios.platform-cordova {
// iOS7/8 has a status bar which sits on top of the header.
// Bump down everything to make room for it. However, if

View File

@@ -411,11 +411,3 @@
cursor: default;
pointer-events: none;
}
/** Platform styles **/
.tab-item.tab-item-ios {
}
.tab-item.tab-item-android {
border-top: 2px solid inherit;
}