Skip to content

Commit

Permalink
Update style.css (#691)
Browse files Browse the repository at this point in the history
Co-authored-by: Vamshi Maskuri <[email protected]>
  • Loading branch information
MastanSayyad and varshith257 authored Jul 4, 2024
1 parent f0af2dc commit 95e757d
Showing 1 changed file with 9 additions and 42 deletions.
51 changes: 9 additions & 42 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1551,44 +1551,34 @@ footer {

#back-to-top-container {
position: fixed;
bottom: 100px;
right: 47px;
bottom: 15px;
right: 77px;
cursor: pointer;
z-index: 1000;
}

.circle {
background-color: #00093d;
border-radius: 50%;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s;
}

#back-to-top {
width: 40px;
height: 40px;
fill: #4178c0;
color: #00093d;
width: 55px;
height: 55px;
fill: hwb(181 16% 46%);
color: hwb(181 11% 13%);
transition: fill 0.3s;
}

#back-to-top:hover {
fill: hsl(214, 50%, 60%);
transform: scale(1.1);
}

.back-to-top:hover {
background: #3fbcc0cd;
color: #fff;
}

.back-to-top.active {
visibility: visible;
opacity: 1;
}

/* Style for pateint portal */
/* -----***************************************----- */
Expand Down Expand Up @@ -1652,29 +1642,6 @@ button {
z-index: 1000;
}

.circle {
background-color: #00093d;
border-radius: 50%;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s;
}

#back-to-top {
width: 40px;
height: 40px;
fill: #4178c0;
color: #00093d;
transition: fill 0.3s;
}

#back-to-top:hover {
fill: hsl(214, 50%, 60%);
}


:root {
--text-color: #959DA5;
Expand Down

0 comments on commit 95e757d

Please sign in to comment.