Skip to content

Commit

Permalink
feat(windows): clean up action sheet UI
Browse files Browse the repository at this point in the history
references #5565
  • Loading branch information
brandyscarney committed Feb 24, 2016
1 parent 6844425 commit 138e876
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
18 changes: 11 additions & 7 deletions ionic/components/action-sheet/action-sheet.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
// Windows Action Sheet
// --------------------------------------------------

$action-sheet-wp-background-color: #fafafa !default;
$action-sheet-wp-text-align: left !default;

$action-sheet-wp-background-color: #F2F2F2 !default;

$action-sheet-wp-title-color: #757575 !default;
$action-sheet-wp-title-font-size: 1.6rem !default;
$action-sheet-wp-title-padding: 19px 16px 17px !default;
$action-sheet-wp-title-font-size: 1.6rem !default;
$action-sheet-wp-title-color: #4D4D4D !default;
$action-sheet-wp-title-text-align: $action-sheet-wp-text-align !default;

$action-sheet-wp-button-height: 4.8rem !default;
$action-sheet-wp-button-text-color: #222 !default;
$action-sheet-wp-button-text-color: #4D4D4D !default;
$action-sheet-wp-button-font-size: 1.6rem !default;
$action-sheet-wp-button-padding: 0 16px !default;
$action-sheet-wp-button-background-active-color: #f1f1f1 !default;
$action-sheet-wp-button-text-align: $action-sheet-wp-text-align !default;
$action-sheet-wp-button-background-active-color: $list-wp-activated-background-color !default;

$action-sheet-wp-icon-font-size: 2.4rem !default;
$action-sheet-wp-icon-margin: 0 28px 0 0 !default;
Expand All @@ -24,7 +28,7 @@ $action-sheet-wp-icon-margin: 0 28px 0 0 !default;
padding: $action-sheet-wp-title-padding;
font-size: $action-sheet-wp-title-font-size;
color: $action-sheet-wp-title-color;
text-align: left;
text-align: $action-sheet-wp-title-text-align;
}

.action-sheet-button {
Expand All @@ -36,7 +40,7 @@ $action-sheet-wp-icon-margin: 0 28px 0 0 !default;
font-weight: normal;
color: $action-sheet-wp-button-text-color;
background-color: transparent;
text-align: left;
text-align: $action-sheet-wp-button-text-align;

&.activated {
background: $action-sheet-wp-button-background-active-color;
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/menu/menu.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Windows Menu
// --------------------------------------------------

$menu-wp-background: $background-wp-color !default;
$menu-wp-background: #F2F2F2 !default;


ion-menu {
Expand Down
5 changes: 2 additions & 3 deletions ionic/components/tabs/tabs.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

$tabbar-wp-background: $toolbar-wp-background !default;
$tabbar-wp-item-padding: 12px 10px 5px 10px !default;
$tabbar-wp-item-font-size: 1.4rem !default;
$tabbar-wp-item-font-weight: 500 !default;
$tabbar-wp-item-font-size: 1.2rem !default;
$tabbar-wp-item-font-weight: normal !default;
$tabbar-wp-item-icon-size: 2.4rem !default;
$tabbar-wp-item-height: 4.8rem !default;

Expand Down Expand Up @@ -41,7 +41,6 @@ tabbar {
.tab-button-text {
margin-top: 5px;
margin-bottom: 5px;
text-transform: uppercase;
}

.tab-button-icon {
Expand Down

0 comments on commit 138e876

Please sign in to comment.