Added button To top.

This commit is contained in:
Svetlana Rastegina 2021-03-03 18:43:46 +01:00
parent bc426ec4a1
commit 7580e40cc4
3 changed files with 21 additions and 0 deletions

View file

@ -1568,6 +1568,8 @@ ul#individual-facultyMemberships li:last-child {
} }
#footer-nav a { #footer-nav a {
color: #ffffff; color: #ffffff;
font-family: "IPH Astra Serif";
font-size: 1.2rem;
} }
#footer-nav a:hover, #footer-nav a:hover,
a.terms, a.terms,
@ -2616,6 +2618,25 @@ button.collapsible.active {
li.nonSelectedGroupTab { li.nonSelectedGroupTab {
background-color: #efe9d9; background-color: #efe9d9;
} }
button#scrollToTopBtn {
all: unset;
background-image: url(../images/to_up.png);
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
font-size: 0.8rem;
text-transform: uppercase;
font-family: "Roboto";
color: #ffffff;
height: 62px;
margin-top: 45px;
}
button#scrollToTopBtn:hover {
background-image: url(../images/to_up_hover.png);
background-repeat: no-repeat;
background-position: top center;
}
/* -------------------------------------------------> */ /* -------------------------------------------------> */
/* FONTS --------------------------------> */ /* FONTS --------------------------------> */
/* -------------------------------------------------> */ /* -------------------------------------------------> */

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B