Subversion Repositories cheapmusic

Rev

Rev 149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 151
Line 3... Line 3...
3
    padding-top: 50px;
3
    padding-top: 50px;
4
}
4
}
5
 
5
 
6
/* height of sticky header */
6
/* height of sticky header */
7
html, body {
7
html, body {
8
  scroll-padding-top: 70px;
8
  scroll-padding-top: 60px;
9
}
9
}
10
 
10
 
11
/* Override Progress Bar Transition Time */
11
/* Override Progress Bar Transition Time */
12
.progress-bar {
12
.progress-bar {
13
	transition: width 0.1s ease !important;
13
	transition: width 0.1s ease !important;
Line 264... Line 264...
264
	.searchTerm-width {
264
	.searchTerm-width {
265
	    width:15em!important;
265
	    width:15em!important;
266
	}
266
	}
267
}
267
}
268
 
268
 
269
/* Social bar on bottomn on larger screen */
269
/* Social bar on bottom on smaller screen */
270
@media screen and (max-width: 991px) {
270
@media screen and (max-width: 991px) {
271
    .social-icon-bar {
271
    .social-icon-bar {
272
      position: fixed;
272
      position: fixed;
273
      display: inline;
273
      display: inline;
274
      padding: 0;
274
      padding: 0;
275
      left: 40%;
275
      left: 0%;
276
      bottom: 0;
276
      bottom: -1%;
277
      -webkit-transform: translateY(-50%);
277
      -webkit-transform: translateY(-50%);
278
      -ms-transform: translateY(-50%);
278
      -ms-transform: translateY(-50%);
279
      transform: translateY(-50%);
279
      transform: translateY(-50%);
280
    }
280
    }
281
    
281
    
282
    .social-icon-bar a, .social-icon-bar button {
282
    .social-icon-bar a, .social-icon-bar button {
283
        display: inline;
283
        display: inline;
284
    }
284
    }
285
}
285
}
286
 
286
 
287
/* Social bar on bottomn on larger screen */
287
/* Social bar on side on larger screen */
288
@media screen and (min-width: 992px) {
288
@media screen and (min-width: 992px) {
289
    .social-icon-bar {
289
    .social-icon-bar {
290
      position: fixed;
290
      position: fixed;
291
      display: block;
291
      display: block;
292
      top: 80%;
292
      top: 80%;