Sha256: ed5652683abe0aa2f781f8e3c2bfbb2eca27a13f775dd0f6f648622d5432c73e

Contents?: true

Size: 784 Bytes

Versions: 1

Compression:

Stored size: 784 Bytes

Contents

.translation-key-categories {
  .active {
    a {
      color: white;
      text-decoration: none;
    }
  }

  .list-group-item {
    border: 1px solid #9E9E9E;
    padding: 0;

    a {
      text-decoration: none;
      display: block;
      width: 100%;
      padding: 10px;
    }

    &:hover {
      background-color: $brand-primary;

      a {
        color: white;
      }
    }
  }
}

.translation-key-table {
  table {
    border: 1px solid #9E9E9E;
    width: 100%;
  }

  table tbody td {
    border: 1px solid #9E9E9E;
  }

  table thead th {
    color: white;
    background-color: $brand-primary;
    border: 1px solid #9E9E9E;
    border-bottom: 0px;
    text-align: center;
  }
}

.translate-key-button {
  font-size: 18px;
  background-color: white;
  border: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kakimasu-1.0.0 vendor/assets/stylesheets/components/_key_management.scss