Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
admin-domain.component.css 540 B
Newer Older

#admin-domain-panel {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  min-height: 600px;
  padding: 0 2em;
}
#domain-filter {
  width: 100%;
  padding-top: 1em;
}


#admin-domain-table {
  width: 100%;
  padding-top: 1em;
}

#custom-file-upload {
  display: none;
}

.custom-file-upload {
  display: block;
  cursor: pointer;
}

.domain-configuration-tab {
  height: 100%;
  max-width: 800px
}

.domain-table-cell-header {
  font-weight: bold;
  font-size: 0.9em;
  padding: 1px 5px;
  text-align: center;
}