diff options
Diffstat (limited to 'js/io/ui/cloudpopup.reel/css/cloudpopup.scss')
-rwxr-xr-x | js/io/ui/cloudpopup.reel/css/cloudpopup.scss | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss index b8c9f880..deab188e 100755 --- a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss +++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss | |||
@@ -99,4 +99,50 @@ $grey_light: #494949; | |||
99 | text-align: center; | 99 | text-align: center; |
100 | float: right; | 100 | float: right; |
101 | margin: 8px 2px 2px 8px; | 101 | margin: 8px 2px 2px 8px; |
102 | } | ||
103 | |||
104 | .cloud_popup section | ||
105 | { | ||
106 | float: left; | ||
107 | clear: both; | ||
108 | margin: 16px 0px 0px 0px; | ||
109 | background: #333 -webkit-linear-gradient(top, rgb(50, 50, 50) 0%, rgb(60, 60, 60) 100%); | ||
110 | border: 1px solid #333; | ||
111 | padding: 8px; | ||
112 | border-radius: 6px; | ||
113 | } | ||
114 | |||
115 | .cloud_popup section h4 | ||
116 | { | ||
117 | text-transform: uppercase; | ||
118 | font-weight: normal; | ||
119 | font-size: 12px; | ||
120 | text-shadow: 1px 1px 1px #000; | ||
121 | font-family: 'Droid Sans', sans-serif; | ||
122 | display: block; | ||
123 | float: left; | ||
124 | clear: both; | ||
125 | margin: 2px 0px 6px 0px; | ||
126 | padding: 0px; | ||
127 | width: 100%; | ||
128 | text-align: center; | ||
129 | } | ||
130 | |||
131 | .cloud_popup section .btn_download | ||
132 | { | ||
133 | width: 120px; | ||
134 | text-align: center; | ||
135 | margin: 10px 0px 2px 4px; | ||
136 | float: left; | ||
137 | font-size: 11px; | ||
138 | } | ||
139 | |||
140 | .cloud_popup section .cloud_icon | ||
141 | { | ||
142 | background-image: url(../../../../../ninja_icon_128.png); | ||
143 | background-size: 100% 100%; | ||
144 | width: 60px; | ||
145 | height: 60px; | ||
146 | float: left; | ||
147 | margin: -10px 0px -6px 56px; | ||
102 | } \ No newline at end of file | 148 | } \ No newline at end of file |