mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-18 04:16:28 +00:00

* Releases updated version of datahub-web client UI code * Fix typo in yarn lock * Change yarn lock to match yarn registry directories * Previous commit missed some paths * Even more changes to yarnlock missing in previous commit * Include codegen file for typings * Add files to get parity for datahub-web and current OS datahub-midtier * Add in typo fix from previous commit - change to proper license * Implement proper OS fix for person entity picture url * Workarounds for open source DH issues * Fixes institutional memory api and removes unopensourced tabs for datasets * Fixes search dataset deprecation and user search issue as a result of changes * Remove internal only options in the avatar menu
49 lines
842 B
SCSS
49 lines
842 B
SCSS
.tab-content-modal {
|
|
width: 775px;
|
|
|
|
&__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: item-spacing(3 5);
|
|
align-content: center;
|
|
}
|
|
|
|
&__title {
|
|
margin: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
font-weight: fw(normal, 4);
|
|
}
|
|
|
|
&__close {
|
|
font-size: item-spacing(6);
|
|
line-height: item-spacing(6);
|
|
background-color: transparent;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
color: get-color(black, 0.7);
|
|
border: 0;
|
|
}
|
|
|
|
&__tab {
|
|
&-list {
|
|
padding: item-spacing(0 5);
|
|
|
|
&#{&} {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
&-container {
|
|
padding: item-spacing(3 5);
|
|
height: 540px;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
}
|