Skip to content

Commit

Permalink
Added styles for incoming calls
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Mar 9, 2016
1 parent 8f51c5b commit 621dce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
@import "modules/modals/omnibox";
@import "modules/modals/share";
@import "modules/modals/quick-search";
@import "modules/modals/call";

@import "modules/tooltips/base";
@import "modules/tooltips/coachmarks";
Expand Down
4 changes: 4 additions & 0 deletions scss/modules/modals/_call.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#incoming_call {
background-color: rgba($color-shade-darkest, 0.97);
color: $base-font-color;
}

0 comments on commit 621dce9

Please sign in to comment.