forked from javascript-tutorial/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquote.styl
More file actions
executable file
·55 lines (35 loc) · 771 Bytes
/
quote.styl
File metadata and controls
executable file
·55 lines (35 loc) · 771 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
55
.main .quote p
margin 0
.quote
@extend $clearfix
padding 25px
border 4px solid #FCF8EC
border-radius: 2px
&__i
float left
box-sizing border-box
width 75%
padding-right 70px
&__text
font italic 16px/20px Georgia, "serif"
color #AE8F4B
&__author
font-size 14px
line-height 20px
font-style normal
&__footer
float right
position relative
box-sizing border-box
width 20%
&__footer:before
@extend $font-ldquote
font-size 17px
line-height 40px
position absolute
left -53px
top -8px
width 40px
height 40px
text-align center
color: #ccc