Skip to content

Commit 24bbc66

Browse files
committed
add styles for tooltip
1 parent eaab2a1 commit 24bbc66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/social_platform/src/app/auth/login/login.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@
8484
}
8585

8686
.tooltip {
87+
position: fixed;
88+
bottom: 0%;
89+
left: 5%;
8790
display: flex;
8891
align-items: center;
8992
height: 135px;
9093
margin-top: 18px;
91-
position: fixed;
92-
bottom: 0%;
93-
left: 5%;
9494

9595
@include responsive.apply-desktop {
96-
margin-top: 30px;
9796
bottom: 0%;
9897
left: 12%;
98+
margin-top: 30px;
9999
}
100100

101101
&__wrapper {

projects/social_platform/src/app/office/features/info-card/info-card.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
position: absolute;
6262
top: 63%;
6363
left: 30%;
64+
z-index: 10000;
6465
padding: 3px 5px;
6566
background-color: var(--light-white);
6667
border: 0.5px solid var(--medium-grey-for-outline);
6768
border-radius: var(--rounded-lg);
68-
z-index: 10000;
6969

7070
p {
7171
color: var(--black);

0 commit comments

Comments
 (0)