Sha256: ef59c129690501841766a599e05d46f7a3fde232ad5314e6ae5c4703e33f1ceb

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 KB

Contents

div {
  /*border: 1px solid red;*/
 }

.selector {
  margin-top: 0.5em;
}

.field {
  margin-right: 1em;
}

.selector label {
  width: 10em;
}

input[type="radio"] {
  /*margin-right: 4px;*/
}

div.top-of-group {
  margin-top: 10px;
}

div.tag-parent {
  margin-top: 5px;
  margin-bottom: 1px;
}

div.tag, div.version {
  display: inline-block;
}

span.pre-verified-icon {
  color: #337ab7;
  background-image: url('/images/clock.svg');
  background-repeat: no-repeat;
  display:inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Need to make the tooltip wide enough to show the full SHA */
td.pact-published .tooltip-inner {
  max-width: 300px;
}

input.pacticipant_name {
  width: 250px;
}

input.tag, input.version {
  width: 250px;
  margin-left: 0.5em;
}

img.pact_badge {
  float: right;
  margin-top: 15px;
}

.selector {
  display: flex;
  justify-content: flex-start;
}

.field {
  display: flex;
  justify-content: flex-start;
}

span.copy-icon {
  background-image: url('/images/copy.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display:block;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

span.copy-success-icon {
  background-image: url('/images/check.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display:block;
  position: relative;
  width: 16px;
  height: 16px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pact_broker-2.76.2 public/stylesheets/matrix.css
pact_broker-2.76.1 public/stylesheets/matrix.css
pact_broker-2.76.0 public/stylesheets/matrix.css
pact_broker-2.75.0 public/stylesheets/matrix.css