Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
model-details-artifacts.component.scss 1.02 KiB
.md-intro-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-left: 20px;
}

.spacebetween {
  justify-content: space-between !important;
}

.md-intro-container h6 {
  margin-right: 30px;
  margin-top: 30px !important;
}

.sectiontitle9 {
  color: #671c9d;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
}

.mat-mdc-header-cell {
  color: #671c9d;
  background: #e8e5ec !important;
}

.btn-grid-action {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #0366d6;
  padding: 0;
  min-width: 10px;
}
.btn-grid-action i {
  font-size: 14px !important;
}
.btn-grid-action:hover {
  background: none;
  color: #0366d6;
}

.mdl-button.mdl-js-button[disabled] {
  color: #b3b3b3;
  border-color: #d3d1d1;
  cursor: not-allowed;
  background: #efefef;
}

.font-weight500 {
  font-weight: 500;
}

.table-container {
  margin-left: 20px;
}