forked from chimpanzees/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.styl
More file actions
54 lines (45 loc) · 991 Bytes
/
Copy pathindex.styl
File metadata and controls
54 lines (45 loc) · 991 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*========== Quotes ==========*/
.quotes
text-align: center
padding: 20px 0;
blockquote
border: 0;
padding-left: 0;
margin-bottom: 0;
opacity: 0;
display: none
width: 100%;
padding-left: 10%;
padding-right: 10%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 0;
p
font-size: 24px;
font-weight: 100;
line-height: 140%;
font-style: italic
color: #333;
author
font-weight: $font-weight-bold
font-size: 13px;
margin-bottom: 10px;
display: inline-block
&.active
opacity: 1;
display: block
img
border-radius: 100px;
width: 48px;
margin: 0 10px;
opacity: .4;
cursor: pointer;
&.active
opacity: 1;
@media screen and (max-width: 992px)
.quotes blockquote
min-height: 10px;
position: static;