-
Notifications
You must be signed in to change notification settings - Fork 75
/
subject-page.styl
46 lines (36 loc) · 949 Bytes
/
subject-page.styl
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
.talk .subject-page
margin: 0 auto
.subject-container
width: 100%
img
max-width: 100%
.talk-discussion-preview
.subject-preview
display: none
.talk-comment-box
.talk-comment-focus-image
.talk-comment-form .talk-comment-image-select-button
display: none
.talk-comment-link
a
text-decoration: none
&:hover
.talk-module
background-color: darken(TALK_BACKGROUND, 10%)
border-color: darken(TALK_BACKGROUND, 20%)
.subject-collection-list
.subject-collection-list-container
display: flex
flex-flow: row wrap
justify-content: space-between
.collection-preview
@extend .talk-module
display: inline-block
margin: TALK_PADDING
.title
margin: TALK_PADDING 0
.subject-previews > div
display: flex
align-items: baseline
img
margin: 0 TALK_PADDING