Skip to content

Commit 7c959ca

Browse files
committed
breaking css changes reverted content updated
1 parent 3bc2989 commit 7c959ca

File tree

113 files changed

+1701
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+1701
-127
lines changed

css/Newbootstrap/bootstrap-theme.css

100755100644
File mode changed.

css/Newbootstrap/bootstrap-theme.css.map

100755100644
File mode changed.

css/Newbootstrap/bootstrap-theme.min.css

100755100644
File mode changed.

css/Newbootstrap/bootstrap-theme.min.css.map

100755100644
File mode changed.

css/Newbootstrap/bootstrap.css

100755100644
File mode changed.

css/Newbootstrap/bootstrap.css.map

100755100644
File mode changed.

css/Newbootstrap/bootstrap.min.css

100755100644
File mode changed.

css/Newbootstrap/bootstrap.min.css.map

100755100644
File mode changed.

css/backToTop.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
html {
2+
scroll-behavior: smooth;
3+
}
4+
i.scrollToTop {
5+
border: solid white;
6+
border-width: 0 3px 3px 0;
7+
display: inline-block;
8+
padding: 3px;
9+
transform: rotate(-135deg);
10+
-webkit-transform: rotate(-135deg);
11+
}
12+
#scrollToTopBtn {
13+
display: none;
14+
position: fixed;
15+
bottom: 20px;
16+
right: 30px;
17+
z-index: 99;
18+
background-color: #b82300;
19+
color: white;
20+
cursor: pointer;
21+
padding: 10px 16px;
22+
}
23+
24+
#scrollToTopBtn:hover {
25+
background-color: #e12b00;
26+
}

css/bootstrap-theme.min.css

100755100644
File mode changed.

0 commit comments

Comments
 (0)