Skip to content

Commit c810d79

Browse files
omit the compatibility prefixes
1 parent b66cf97 commit c810d79

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

stylesheets/scroll-button.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
button.arrow-for-scrolling-top {
22
opacity: 0;
33
transition: 1s;
4-
-webkit-transition:1s;
5-
-moz-transition:1s;
6-
-ms-transition:1s;
7-
-o-transition:1s;
84
background-color: #0367d6;
95
color: #fff;
106
position: fixed;
@@ -14,18 +10,10 @@ button.arrow-for-scrolling-top {
1410
width: 40px;
1511
height: 40px;
1612
border-radius: 50%;
17-
-webkit-border-radius: 50%;
18-
-moz-border-radius: 50%;
19-
-ms-border-radius: 50%;
20-
-o-border-radius: 50%;
2113
&.show {
2214
opacity: 1;
2315
border: none;
2416
transition: 1s;
25-
-webkit-transition: 1s;
26-
-moz-transition: 1s;
27-
-ms-transition: 1s;
28-
-o-transition: 1s;
2917
}
3018
span.arrow {
3119
width: 10px;
@@ -37,9 +25,5 @@ button.arrow-for-scrolling-top {
3725
top: 56%;
3826
left: 50%;
3927
transform: translate(-50%, -50%) rotate(45deg);
40-
-webkit-transform: translate(-50%, -50%) rotate(45deg);
41-
-moz-transform: translate(-50%, -50%) rotate(45deg);
42-
-ms-transform: translate(-50%, -50%) rotate(45deg);
43-
-o-transform: translate(-50%, -50%) rotate(45deg);
4428
}
4529
}

0 commit comments

Comments
 (0)