sparkletown/sparkle

View on GitHub
src/scss/AvatarGrid/RoomModal.scss

Summary

Maintainability
Test Coverage
// TODO: this wasn't scoped specifically to AvatarGrid, so might be used by something else in the platform accidentally
//$primary: #d0021b;
//$secondary: #69000d;
//$content--over: #ffffff;
//
//.room-container {
//  padding: 20px;
//  background-color: $secondary--dark;
//  background-repeat: no-repeat;
//  background-size: cover;
//}
//
//.room-name {
//  position: relative;
//  z-index: 2;
//  font-size: 2rem;
//  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
//}
//.room-description {
//  position: relative;
//  z-index: 2;
//  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
//}
//
//.room-people {
//  display: flex;
//  flex-direction: row;
//  padding-top: 10px;
//  padding-bottom: 10px;
//}
//
//.room-button {
//  padding-top: 20px;
//  display: flex;
//  justify-content: center;
//}
//
//.room-entry-button {
//  background-color: $accent--under;
//}
//
//.live {
//  color: $accent--under;
//}
//
//.profile-avatar {
//  border-radius: 100%;
//  width: 100%;
//  height: 100%;
//}
//
//.user {
//  width: 3vh;
//  height: 3vh;
//  border-radius: 100%;
//}
//
//a.btn,
//button.btn {
//  &.btn-block {
//    display: block;
//  }
//  &.btn-disabled {
//    background-color: black;
//    box-shadow: none;
//    color: rgba(white, 0.6);
//    pointer-events: none;
//  }
//
//  &.btn-active {
//    background-color: $accent--under;
//    color: $content--over;
//    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
//
//    &:hover {
//      color: $content--over;
//      background-color: var(--accent--under-darker-5pp);
//    }
//  }
//
//  &.btn-live {
//    background-color: $secondary;
//    color: $content--over;
//    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
//
//    &:hover {
//      color: $content--over;
//      background-color: darken($secondary, 5%);
//    }
//  }
//}