File size: 741 Bytes
560ee81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
a.cd-back {
display: inline-block;
height: 60px;
width: 60px;
position: fixed;
bottom: 26px;
left: 55%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: #CCCCCC url("https://upload.wikimedia.org/wikipedia/commons/3/33/Left_curve_arrow_back_-_black.svg") no-repeat center 50%;
background-size: 40px 40px;
visibility: visible;
opacity: 1;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
border-radius: 10px;
}


a.cd-back, a.cd-back:visited, a.cd-back:hover {
color: #CCCCCC;
text-decoration: none;
}
.input-group{
    position: sticky;
}