Skip to content

Commit 8d9a077

Browse files
authored
Merge pull request #487 from Coding/global-prompt-style
全局通知浮层样式响应式
2 parents ad05486 + 77f0a0a commit 8d9a077

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/styles/core-ui/Initialize.styl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,14 @@
285285
}
286286

287287
.browser-prompt {
288-
height: 50px;
288+
min-height: 50px;
289289
margin: 0 auto;
290290
display: inline-flex;
291291
top: 0px;
292292
color: #333;
293293
font-size: 14px;
294-
line-height: 50px;
295-
padding: 0px 15px;
294+
line-height: 20px;
295+
padding: 5px 5px 5px 15px;
296296
border-radius: 2px;
297297
background-color: #e6e6e6;
298298
box-shadow: 0 0 20px 0 rgba(3,65,157,0.10);
@@ -314,7 +314,7 @@
314314
.important {
315315
color: red;
316316
}
317-
317+
318318
a {
319319
color: #337ab7;
320320
text-decoration: none;
@@ -326,7 +326,6 @@
326326
text-align: center;
327327
font-style: normal;
328328
cursor: pointer;
329-
margin-left: 20px;
330329
padding: 5px;
331330
color: #6e6e6e;
332331
}

0 commit comments

Comments
 (0)