Sha256: 6509f19bda7d089be2dd6f5e11486d8c4cd383250ca078e8c98ae00953cec902

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

.btn:focus, .btn:active, button {
   outline: none !important;
   box-shadow: none;
}

#service-wrapper, #instances-wrapper {
  overflow: scroll;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(0,0,0,.125);
}

.service-tags .badge {
  max-width: 8em;
  text-overflow: ellipsis;
  overflow: hidden;
}

#service-wrapper  .list-group-item:last-child, #instances-wrapper .list-group-item:last-child {
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#service-wrapper  .list-group-item:first-child, #instances-wrapper .list-group-item:first-child {
  border-top-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#service-wrapper  .list-group-item, #instances-wrapper .list-group-item {
  border-left: 0px;
  border-right: 0px;
}

h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h2 .fas {
  cursor: pointer;
  color: rgba( 0, 0, 0, 0.5);
  font-size: 1.5rem;
  transition: color .16s linear;
}

h2 .fas:hover {
  cursor: pointer;
  color: #007bff;
  opacity: 1;
  font-size: 1.5rem;
}

.custom-links {
  background-color: #EEEEEE;
  color: #333333;
  margin: 3px;
  padding: 5px;
  padding-left: 10px;
}

.progress {
  border-radius: 0px;
}

.progress-status {
  transition: background-color .16s linear, width .16s linear;
  cursor: pointer;
}

.progress-deactivated {
  background-color: #a5a5a5 !important;
  color: #f1f1f1 !important;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
consul-templaterb-1.2.1 samples/consul-ui/css/style.css