Advertisement
PlasmaBoi

Untitled

May 16th, 2020
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.04 KB | None | 0 0
  1. /*NOTIFICATIONS*/
  2.  
  3. .bd-toasts {
  4.         top: 0!important;
  5.         left: 0!important;
  6.         width: 100%!important;
  7.         height: 100%;
  8.         align-items: flex-end;
  9.         justify-content: flex-end
  10. }
  11.  
  12. .notice-2FJMB4 {
  13.         border-radius: 0;
  14. }
  15.  
  16. .bd-toasts .bd-toast::before {
  17.         content: var(--title) " - Notifier";
  18.         white-space: nowrap;
  19.         overflow: hidden;
  20.         text-overflow: ellipsis;
  21.         position: absolute;
  22.         top: 0;
  23.         border-bottom: 1px solid rgba(0, 0, 0, .1);
  24.         padding: 10px;
  25.         padding-left: 0;
  26.         left: 0;
  27.         width: 100%;
  28.         color: white;
  29.         font-size: 14px;
  30.         text-indent: 15px;
  31.         text-align: center !important;
  32. }
  33.  
  34. .bd-toasts .bd-toast {
  35.         overflow: hidden;
  36.         padding: 15px;
  37.         text-indent: 15px;
  38.         padding-left: 0;
  39.         position: relative;
  40.         margin-right: 10px;
  41.         background: var(--darkgrey) !important;
  42.         border: 1px solid var(--darkgrey);
  43.         border-radius: .25em;
  44.         height: 30px;
  45.         padding-top: 40px;
  46.         color: rgba(255, 255, 255, .65);
  47.         font-size: 16px;
  48.         text-align: right;
  49.         padding-bottom: 1px;
  50. }
  51.  
  52. .headerXbox-3G-4PF, .topSectionXbox-3fWLjS {
  53.         background: center / cover no-repeat var(--Xbox)!important;
  54. }
  55.  
  56. .headerPlaying-j0WQBV, .topSectionPlaying-1J5E4n {
  57.         background: center / cover no-repeat var(--Playing)!important;
  58. }
  59.  
  60. .headerStreaming-2FjmGz, .topSectionStreaming-1Tpf5X {
  61.         background: center / cover no-repeat var(--Streaming)!important;
  62. }
  63.  
  64. .headerSpotify-zpWxgT, .topSectionSpotify-1lI0-P {
  65.         background: center / cover no-repeat var(--Spotify)!important;
  66. }
  67.  
  68. .headerXbox-3G-4PF:after, .headerPlaying-j0WQBV:after, .headerSpotify-zpWxgT:after, .headerStreaming-2FjmGz:after, .headerNormal-T_seeN:after {
  69.         position: relative;
  70.         display: flex;
  71.         content: "";
  72.         height: .75em;
  73.         -webkit-box-flex: 1;
  74.         -ms-flex: 1 1 auto;
  75.         background: linear-gradient(180deg, transparent 0%, var(--darkgrey) 50%);
  76.         flex: 1 1 auto;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement