Commit 69dfbeca authored by Olivia Madrid's avatar Olivia Madrid
Browse files

(chore): Deleted test stylesheet

parent 705ce8ed
Loading
Loading
Loading
Loading
+0 −21
Original line number Original line Diff line number Diff line
@import 'defaults.scss';

.m-messenger--userlist{

  background-color: cadetblue;
  border-radius: 3px 3px 0 0;
  @include m-theme(){
    box-shadow: 0 2px 4px 0 rgba(themed($m-black), .15), 0 1px 0px -2px rgba(themed($m-black), .15), 0 1px 5px 0 rgba(themed($m-black), .15);
  }

  .m-messenger--dockpane-tab-actions{
    > i{
      &:hover{
        @include m-theme(){
          color: themed($m-grey-500) !important;
        }
      }
    }
  }

}
 No newline at end of file