Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Updates overlay title bar background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscox committed Jan 20, 2017
1 parent 19ef8e4 commit 130026e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/styles/overlay.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
@wrapper-width: 320px;
@wrapper-padding: 10px;
@colorOffWhite: #F5F5F5;
@colorMdlBlue: #3f51b5;
@colorSwatchSize: 40px;
@colorSwatchIconSize: 24px;
Expand All @@ -25,11 +26,16 @@
@fontBoldWeight: 500;

.mdl-card {
background-color: @colorOffWhite;
font-size: @fontSize;
overflow: visible;
width: @wrapper-width;
}

.mdl-card__title {
background-color: #FFFFFF;
}

.mdl-list {
margin: 0;
}
Expand Down

0 comments on commit 130026e

Please sign in to comment.