Skip to content

Commit

Permalink
Update layouts of modal windows in Photos (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-nmc authored May 24, 2024
1 parent b58e494 commit b7ae485
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions css/apps/photos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,11 @@
.list-item {
border-radius: var(--telekom-radius-standard);
padding: 0.5rem !important;
margin-left: 0;
transition: none;
&:hover {
background-color: var(--nmc-color-row-hover);
}
}
}
}
Expand All @@ -470,6 +475,7 @@
border: 0;
color: var(--telekom-color-text-and-icon-white-standard);
margin-right: 0;
margin-left: 0;

&:hover:not(:disabled) {
background-color: var(--telekom-color-primary-hovered);
Expand All @@ -480,6 +486,24 @@
}
}
}

.album-form {
padding-top: 3rem !important;
.form-inputs {
.input-field:nth-child(2) {
display: none;
}

.input-field__main-wrapper {
label {
display: none;
}
}
}
.form-buttons {
flex-direction: row;
}
}
}

#body-user .modal-header {
Expand Down Expand Up @@ -845,6 +869,4 @@
}
}
}


}

0 comments on commit b7ae485

Please sign in to comment.