Skip to content

Commit

Permalink
refactor css
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Aug 21, 2024
1 parent 7b7bec6 commit 7180023
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
3 changes: 1 addition & 2 deletions src/datadoc/assets/input_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ Could be improved.
background-image: none;
}

.ssb-dropdown.dropdown-component > .ssb-glossary.glossary-button
{
.ssb-dropdown.dropdown-component > .ssb-glossary.glossary-button{
background-image: none;
}

Expand Down
27 changes: 11 additions & 16 deletions src/datadoc/assets/workspace_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,26 @@
flex-direction: column;
}

#dataset-metadata-input-left{
#dataset-metadata-input-left, #dataset-metadata-input-right{
max-width: 50%;
width: 100%;
gap: 2rem;
}

#dataset-metadata-input-left{
padding-top: 0.5rem;
}

#dataset-metadata-input-right{
#variables-metadata-input-left-editable{
max-width: 50%;
width: 100%;
flex-direction: column;
gap: 2rem;
padding-top: 0.5rem;
}

#variables-metadata-input-right{
#variables-metadata-input-right-editable{
max-width: 50%;
width: 100%;
padding: 0 1rem;
}

.variable-machine-section >.edit-section.dataset-machine-section{
Expand All @@ -90,18 +93,10 @@
justify-content: center;
}

#variables-metadata-input-left-editable{
max-width: 50%;
width: 100%;
padding-top: 0.5rem;
}

#variables-metadata-input-right-editable{
max-width: 50%;
width: 100%;
padding: 0 1rem;
#dataset-metadata-input-Maskingenerert{
justify-content: space-between;
}

#dataset-metadata-input-Maskingenerert{
#variables-metadata-input-left-machine{
justify-content: space-between;
}

0 comments on commit 7180023

Please sign in to comment.