Skip to content
Snippets Groups Projects
challengeCard.scss 528 B
Newer Older
  • Learn to ignore specific revisions
  • @import '../../styles/base/color';
    
    
      margin: 0 1rem 0 0;
    
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
      border-radius: 4px;
      transition: all 300ms ease;
      color: white;
      display: flex;
      flex-direction: column;
      &.active {
    
        transform: scale(1);
      }
      &.inactive {
        transform: scale(0.9);
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .cardContent {
    
        background: $grey-linear-gradient-background;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
        width: 100%;
        height: inherit;
        box-sizing: border-box;
    
        padding: 1rem;
    
        transition: all 300ms ease;
    
        border-radius: 4px;