balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

style.scss (392B)


      1 .redux-templates-button-display-dependencies {
      2     display: flex;
      3     justify-content: center;
      4     margin: 10px;
      5     span {
      6         svg {
      7             margin-right: 5px;
      8             cursor: pointer;
      9         }
     10         svg * {
     11             fill: #f7f7f7;
     12         }
     13         &.missing-dependency {
     14             svg * {
     15                 fill: rgba(247, 247, 247, 0.5);
     16             }
     17         }
     18     }
     19 }