Charlie Tran 843a6c5bbb
feat(frontend): update datahub-web client UI code (#1806)
* 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
2020-08-26 15:44:50 -07:00

76 lines
1.2 KiB
SCSS

.graph-viewer-toolbar {
display: flex;
padding: item-spacing(0 2);
flex-shrink: 0;
align-items: center;
font-size: fs(standard);
margin: item-spacing(0 0 2 0);
@include dot-separator();
&__search-container {
display: flex;
}
&__searchbar {
width: 350px;
border-radius: 2px;
}
&__toolbar-button {
min-height: 33px;
}
&__toolbar-dropdown {
@include nacho-container();
}
&__toolbar-input {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: item-spacing(2);
&-text {
display: flex;
margin-right: item-spacing(2);
}
&-description {
font-size: fs(small);
color: get-color(gray5);
margin-bottom: item-spacing(2);
}
&-number {
width: item-spacing(8);
}
&-textarea {
width: 100%;
}
&--vertical-layout {
flex-direction: column;
align-items: flex-start;
}
}
&__toolbar-item {
display: flex;
align-items: center;
&-button {
&#{&}#{&} {
padding: item-spacing(0 0);
margin: item-spacing(0 1);
}
}
}
&__toolbar-submit {
display: flex;
justify-content: flex-end;
margin-top: item-spacing(4);
}
}