Added button To top.
This commit is contained in:
parent
bc426ec4a1
commit
7580e40cc4
3 changed files with 21 additions and 0 deletions
|
@ -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 --------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
BIN
webapp/src/main/webapp/themes/iph/images/to_up.png
Normal file
BIN
webapp/src/main/webapp/themes/iph/images/to_up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 452 B |
BIN
webapp/src/main/webapp/themes/iph/images/to_up_hover.png
Normal file
BIN
webapp/src/main/webapp/themes/iph/images/to_up_hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 459 B |
Loading…
Add table
Reference in a new issue