f5bfb667b743367d38c7a5f671b161c69d4eba29
[odoo/odoo.git] / addons / website_forum / static / src / css / website_forum.sass
1 .box
2   padding-left: 8px
3   padding-right: 8px
4   margin-left: 4px
5   margin-right: 4px
6   border-radius: 4px
7   min-width: 80px
8   span
9     font-size: 200%
10     font-weight: bold
11
12 .question
13   .question-name
14     font-size: 150%
15
16 .oe_grey
17   background-color: #eeeeee
18
19 .img-avatar
20   max-width: 50px
21   margin-right: 10px
22
23 .badge-gold
24   color: #ffcc00
25
26 .badge-silver
27   color: #cccccc
28
29 .badge-bronze
30   color: #eea91e
31
32 .oe_answer_true
33   color: #428bca
34
35 .oe_answer_false
36   color: #999999
37
38 .forum_favourite_question
39   color: #ffcc00 !important
40
41 .load_tags
42   width: 845px !important
43
44 a.no-decoration
45   cursor: pointer
46   text-decoration: none !important
47
48 .faq-question:hover
49   text-decoration: none !important
50   color: #428bca
51
52 .oe_comment_grey
53   background-color: #f5f5f5
54   padding: 4px
55
56 .country_flag
57   max-height: 16px
58   display: inline-block
59   margin-left: 2px
60
61 .tag_text .text-core .text-wrap
62   textarea, input, .text-dropdown, .text-prompt
63     font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important
64   .text-tags .text-tag .text-button
65     font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important
66     height: 1.2em !important