cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

roomListItem.scss (347B)


      1 .notificationCount {
      2     .higlight {
      3         background-color: red;
      4     }
      5 
      6     // Make round
      7     border-radius: 50%;
      8     background-color: var(--slate-200);
      9     $size: 25px;
     10     min-width: $size;
     11     min-height: $size;
     12     width: $size;
     13     height: $size;
     14     display: flex;
     15     align-items: center;
     16     justify-content: center;
     17     color:black;
     18 }