Subversion Repositories cheapmusic

Rev

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

Rev 1 Rev 3
Line 20... Line 20...
20
}
20
}
21
 
21
 
22
/* Add opacity */
22
/* Add opacity */
23
.opacity-5 {
23
.opacity-5 {
24
    opacity: 0.5;
24
    opacity: 0.5;
-
 
25
}
-
 
26
 
-
 
27
/* Two additional bigger font sizes */
-
 
28
.display-5 {
-
 
29
  font-size: 2.5rem;
-
 
30
  font-weight: 300;
-
 
31
  line-height: 1.2;
-
 
32
}
-
 
33
.display-6 {
-
 
34
  font-size: 1.5rem;
-
 
35
  font-weight: 300;
-
 
36
  line-height: 1.2;
25
}
37
}