Subversion Repositories cheapmusic

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 4
Line 7... Line 7...
7
footer {
7
footer {
8
    background-color: #f2f2f2;
8
    background-color: #f2f2f2;
9
    padding: 25px;
9
    padding: 25px;
10
}
10
}
11
 
11
 
12
/* Hide on small and medium screens visible/invisible */
12
/* Hide on small and extra-small screens */
13
@media screen and (max-width: 768px) {
13
@media screen and (max-width: 768px) {
14
    .hide-small { display: none !important; }
14
    .hide-small { display: none !important; }
-
 
15
}
-
 
16
 
-
 
17
/* Hide on extra-small screens */
-
 
18
@media screen and (max-width: 576px) {
-
 
19
    .hide-extra-small { display: none !important; }
15
}
20
}
16
 
21
 
17
/* Override Progress Bar Transition Time */
22
/* Override Progress Bar Transition Time */
18
.progress-bar {
23
.progress-bar {
19
    transition: width 0.1s ease !important;
24
    transition: width 0.1s ease !important;