Skip to content

Commit e0510e7

Browse files
committed
chore: move pro styles to core
1 parent 5d9b424 commit e0510e7

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

src/styles/phoenix-pro.less

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,3 +410,58 @@
410410
}
411411
}
412412
}
413+
414+
#notification-bar {
415+
display: block;
416+
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.53);
417+
padding: 5px 0px;
418+
width: 100%;
419+
min-height: 39px;
420+
position: absolute;
421+
z-index: 16;
422+
left: 0px;
423+
bottom: 25px;
424+
outline: none;
425+
overflow: hidden;
426+
color: rgb(51, 51, 51);
427+
background-color: rgb(223, 226, 226);
428+
}
429+
430+
.dark #notification-bar {
431+
color: #ccc;
432+
background: #2c2c2c;
433+
}
434+
435+
#notification-bar .content-container {
436+
padding: 5px 10px;
437+
float: left;
438+
width: 100%;
439+
}
440+
441+
#notification-bar .close-icon-container {
442+
height: auto;
443+
position: absolute;
444+
float: right;
445+
text-align: center;
446+
width: auto;
447+
min-width: 66px;
448+
right: 20px;
449+
top: 10px;
450+
}
451+
452+
#notification-bar .close-icon-container .close-icon {
453+
display: block;
454+
font-size: 18px;
455+
line-height: 18px;
456+
text-decoration: none;
457+
width: 18px;
458+
height: 18px;
459+
background-color: transparent;
460+
border: none;
461+
padding: 0px; /*This is needed to center the icon*/
462+
float: right;
463+
}
464+
465+
.dark #notification-bar .close-icon-container .close-icon {
466+
color: #ccc;
467+
}

tracking-repos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"phoenixPro": {
3-
"commitID": "4bd026a988a27bcdd1a7d821e77d9b57aba27204"
3+
"commitID": "80dc7514f9263a4a2938cb467155de14aa587761"
44
}
55
}

0 commit comments

Comments
 (0)