Skip to content

Commit

Permalink
fix(dsp-das): image viewer padding, arrows style. Resource list name …
Browse files Browse the repository at this point in the history
…css adjustments (DEV-3276) (#1456)

Co-authored-by: Julien Schneider <julien.schneider.1991@gmail.com>
  • Loading branch information
irmastnt and derschnee68 committed Feb 13, 2024
1 parent 3abb8fd commit 332f8d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
@@ -1,5 +1,5 @@
@use "../../../../../styles/config" as *;
@use "../../../../../styles/responsive";
@use '../../../../../styles/config' as *;
@use '../../../../../styles/responsive';

:host {
width: 100%;
Expand Down Expand Up @@ -45,6 +45,10 @@
border-radius: 0 0 8px 8px;
}

.mat-mdc-button {
color: $white;
}

.navigation {
position: absolute;
z-index: 1;
Expand All @@ -57,6 +61,7 @@
top: $panel-height;
&.previous {
left: 0;
top: calc(50% + 2px);
}
&.next {
right: 0;
Expand All @@ -67,7 +72,6 @@
width: $panel-height !important;
padding: 0 !important;
min-width: $panel-height !important;
color: $white
}

.mat-mdc-button.full-size:disabled {
Expand Down
5 changes: 2 additions & 3 deletions apps/dsp-app/src/styles/_elements.scss
Expand Up @@ -254,7 +254,7 @@ a,
display: block;
position: relative;
padding: 0;
margin-bottom: 10px;
margin-bottom: 35px;

&.video,
&.audio,
Expand Down Expand Up @@ -652,9 +652,8 @@ nav.mat-mdc-tab-nav-bar,
.shorten-long-text {
text-align: justify;
white-space: nowrap;
overflow: hidden;
width: 100%;
max-height: 42px;
max-height: 39px;
text-overflow: ellipsis;
display: block;
}
Expand Down

0 comments on commit 332f8d5

Please sign in to comment.