| 1 | |
| 2 | .quotation_block { |
| 3 | width: 80%; |
| 4 | margin: auto; |
| 5 | margin-top: 20px; |
| 6 | |
| 7 | } |
| 8 | |
| 9 | .quotation_line_0, .quotation_line_1, .quotation_line_2, .quotation_line_3 { |
| 10 | width: 100%; |
| 11 | |
| 12 | .display-box; |
| 13 | } |
| 14 | |
| 15 | .quotation_money { |
| 16 | width: 100px; |
| 17 | text-align: right; |
| 18 | } |
| 19 | |
| 20 | .quotation_label { |
| 21 | .box-flex; |
| 22 | } |
| 23 | |
| 24 | .quotation_total_label { |
| 25 | .box-flex; |
| 26 | } |
| 27 | |
| 28 | |
| 29 | .quotation_total_0 { |
| 30 | |
| 31 | |
| 32 | |
| 33 | .quotation_title_line_0 { |
| 34 | font-weight: bold; |
| 35 | font-size: 1.2em; |
| 36 | margin-bottom: 20px; |
| 37 | } |
| 38 | |
| 39 | .quotation_line_0 { |
| 40 | color: @default_text_color; |
| 41 | font-weight: bold; |
| 42 | font-size: 1.1em; |
| 43 | border-top: 1px solid @link_title_color; |
| 44 | margin-bottom: 20px; |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | |
| 49 | .quotation_total_1, .quotation_proxy_1 { |
| 50 | |
| 51 | color: @default_text_color; |
| 52 | |
| 53 | |
| 54 | .quotation_line_1 { |
| 55 | border-bottom: 1px solid @border_color; |
| 56 | font-weight: bold; |
| 57 | font-size: 1.0em; |
| 58 | } |
| 59 | margin-bottom: 10px; |
| 60 | |
| 61 | } |
| 62 | |
| 63 | .quotation_line_2 { |
| 64 | margin-top: 5px; |
| 65 | .quotation_label { |
| 66 | margin-left: 10px; |
| 67 | } |
| 68 | |
| 69 | } |
| 70 | |
| 71 | .quotation_line_3 { |
| 72 | font-size: 0.9em; |
| 73 | color: @light_text_color; |
| 74 | .quotation_label { |
| 75 | margin-left: 30px; |
| 76 | } |
| 77 | |
| 78 | } |
| 79 | |