We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad05486 + 77f0a0a commit 8d9a077Copy full SHA for 8d9a077
app/styles/core-ui/Initialize.styl
@@ -285,14 +285,14 @@
285
}
286
287
.browser-prompt {
288
- height: 50px;
+ min-height: 50px;
289
margin: 0 auto;
290
display: inline-flex;
291
top: 0px;
292
color: #333;
293
font-size: 14px;
294
- line-height: 50px;
295
- padding: 0px 15px;
+ line-height: 20px;
+ padding: 5px 5px 5px 15px;
296
border-radius: 2px;
297
background-color: #e6e6e6;
298
box-shadow: 0 0 20px 0 rgba(3,65,157,0.10);
@@ -314,7 +314,7 @@
314
.important {
315
color: red;
316
317
-
+
318
a {
319
color: #337ab7;
320
text-decoration: none;
@@ -326,7 +326,6 @@
326
text-align: center;
327
font-style: normal;
328
cursor: pointer;
329
- margin-left: 20px;
330
padding: 5px;
331
color: #6e6e6e;
332
0 commit comments