balmet.com

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

style.css (442B)


      1 .redux-templates-button-display-dependencies {
      2   display: flex;
      3   justify-content: center;
      4   margin: 10px; }
      5   .redux-templates-button-display-dependencies span svg {
      6     margin-right: 5px; }
      7   .redux-templates-button-display-dependencies span svg * {
      8     fill: #f7f7f7;
      9     box-shadow: 0 1px 0 #ccc; }
     10   .redux-templates-button-display-dependencies span.missing-dependency svg * {
     11     fill: #f5a623; }
     12 
     13 /*# sourceMappingURL=style.css.map */