forked from javascript-tutorial/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.styl
More file actions
executable file
·33 lines (26 loc) · 849 Bytes
/
tasks.styl
File metadata and controls
executable file
·33 lines (26 loc) · 849 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
.tasks
margin-bottom 60px
// метка стоит у заголовка, а не у ссылки, т.к. в ebook ссылки нет
& &__title
font-size 28px
margin-bottom 10px
& &__title::before
@extend $font-ok
&__title::before
transition unquote('color') animation_duration
display inline-block
width 35px
color #80BD57
right auto
left 0
opacity 1
&__title:hover::before
// явно используем lighten вместо hoverize, чтобы цвета текста и иконки менялись гармонично
color lighten(#80BD57, hover_color_correction)
&__task
border-top 3px solid #eee
margin 20px 0 40px
.page_ebook
.tasks
.tasks__title
font-size 20px