/***BEGIN Common.css***/
.pipeline-settings .pipelines-settings-card {
  margin: 10px; }
  .pipeline-settings .pipelines-settings-card .settings-view {
    width: 750px; }
    .pipeline-settings .pipelines-settings-card .settings-view .pipelines-settings-toggle {
      margin-bottom: 8px; }

.pipeline-settings .more-info-icon {
  margin-left: 4px; }

.loading-spinner {
  align-self: center;
  height: 25%;
  width: 25%; }
/***END Common.css***/

/***BEGIN RetentionSettingsView.css***/
.clear {
  clear: both; }

.retention-settings-row {
  margin-bottom: 0px; }

.retention-settings-message {
  float: left;
  margin-bottom: 24px;
  margin-top: 2px; }

.retention-settings-label {
  float: left;
  width: 50%; }

.retention-settings-value {
  float: left;
  margin-bottom: 2px;
  margin-top: 2px;
  width: 50%; }
/***END RetentionSettingsView.css***/

