Skip to content

Commit

Permalink
Style for survey
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 28, 2023
1 parent fa641b9 commit 101e3cb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions projects/srm/src/app/page/page.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@
}

.survey {
height: 200px;
display: flex;
flex-flow: column;
justify-content: flex-end;
height: 400px;
max-width: 100%;
width: 360px;
position: absolute;
Expand All @@ -191,15 +194,15 @@

&.visible {
transform: translateY(0%);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
// box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.desktop({
bottom: 4px;
bottom: -16px;
left: 50px;
});
.mobile({
bottom: 0;
bottom: -20px;
left: 0;
});
::ng-deep {
Expand Down

0 comments on commit 101e3cb

Please sign in to comment.