Skip to content

Commit

Permalink
Update apps directory styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 11, 2016
1 parent 27a6539 commit 7a2f8eb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions scss/pages/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
}
}
}

.media_list_text {
color: $base-font-color;
}
}

&.media_list_with_arrows a {
Expand All @@ -28,6 +32,14 @@
}
}

.media_list_title {
color: $base-font-color;
}

.media_list_subtitle {
color: $color-highlight;
}

.sidebar_menu_list_item {
color: $base-font-color;

Expand Down Expand Up @@ -178,3 +190,21 @@ a.plastic_typeahead_item {
}
}
}

.icon_search_input {
color: $color-highlight;
}

.connected_accounts_header,
.connected_accounts_list {
border-color: $color-shade-light;
color: $base-font-color;
}

.connected_accounts_list_pretext {
color: $base-font-color;
}

.permission_group {
color: $base-font-color;
}

0 comments on commit 7a2f8eb

Please sign in to comment.