diff options
Diffstat (limited to 'js/components/popup.reel/css/popup.scss')
-rwxr-xr-x | js/components/popup.reel/css/popup.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/popup.reel/css/popup.scss b/js/components/popup.reel/css/popup.scss index 4f40b7c8..fc959b84 100755 --- a/js/components/popup.reel/css/popup.scss +++ b/js/components/popup.reel/css/popup.scss | |||
@@ -38,11 +38,11 @@ $grey_light: #494949; | |||
38 | position: absolute; | 38 | position: absolute; |
39 | width: auto; | 39 | width: auto; |
40 | float: left; | 40 | float: left; |
41 | 41 | ||
42 | //TEXT STYLES | 42 | //TEXT STYLES |
43 | font-family: 'Droid Sans', sans-serif; | 43 | font-family: 'Droid Sans', sans-serif; |
44 | color: #FFF; | 44 | color: #FFF; |
45 | 45 | ||
46 | //BACKGROUND AND CONTAINER | 46 | //BACKGROUND AND CONTAINER |
47 | background: $grey_light; | 47 | background: $grey_light; |
48 | border: 1px solid $grey_dark; | 48 | border: 1px solid $grey_dark; |