Advertisement
MastroPino

Untitled

Mar 21st, 2023
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.07 KB | None | 0 0
  1. .cck-oto .o-header__user-menu {
  2.   .c-user-menu {
  3.     li {
  4.       >a.followUpBadge {
  5.         text-decoration: none;
  6.         background: #fff;
  7.         color: #000;
  8.         line-height: 1.2;
  9.         padding: 4px 8px;
  10.         border-left: 1px solid #e8e9e8;
  11.         height: 38px;
  12.         letter-spacing: -.37px;
  13.         display: flex;
  14.         flex-flow: column;
  15.         justify-content: space-between;
  16.  
  17.         &:focus,
  18.         &:hover {
  19.           background: #fff !important;
  20.           text-decoration: underline;
  21.         }
  22.  
  23.         .countdown-container,
  24.         .followup {
  25.           color: #63666a
  26.         }
  27.  
  28.         .opt-value {
  29.           display: flex;
  30.           align-items: center;
  31.           gap: 4px;
  32.           margin-left: 10px color: #292929;
  33.           font-weight: 600
  34.         }
  35.  
  36.         #countdown-opt-followUp {
  37.           color: #d45418;
  38.           font-weight: 600;
  39.           text-align: right;
  40.           margin-left: 10px
  41.  
  42.           /*min-width: 80px*/
  43.           .divider {
  44.             color: #63666a
  45.           }
  46.         }
  47.       }
  48.     }
  49.   }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement