|
1 |
| - |
2 |
| -.\--help-box{ |
3 |
| - background: $blue; |
4 |
| - padding:$unit*4 $unit*2; |
5 |
| - flex:auto; |
| 1 | +.\--help-box { |
| 2 | + background: #000749; |
| 3 | + padding: $unit * 4 $unit * 2; |
| 4 | + flex: auto; |
6 | 5 | width: 100%;
|
7 | 6 | position: relative;
|
8 |
| - z-index:99; |
9 |
| - min-width:100%; |
10 |
| - .\--wrap{ |
| 7 | + z-index: 99; |
| 8 | + min-width: 100%; |
| 9 | + .\--wrap { |
11 | 10 | //display: flex;
|
12 | 11 | //flex-direction: column;
|
13 | 12 | text-align: center;
|
14 |
| - .\--title{ |
| 13 | + .\--title { |
15 | 14 | color: white;
|
16 | 15 | font-size: 2rem;
|
17 | 16 | }
|
18 |
| - ul{ |
| 17 | + ul { |
19 | 18 | display: flex;
|
20 |
| - color:white; |
21 |
| - width:100%; |
22 |
| - justify-content:center; |
| 19 | + color: white; |
| 20 | + width: 100%; |
| 21 | + justify-content: center; |
23 | 22 | //ta
|
24 | 23 | //border-bottom:$border;
|
25 | 24 | //padding:$unit*2 0;
|
26 | 25 | @include handheld {
|
27 |
| - flex-wrap: wrap; |
28 |
| - li{ |
| 26 | + flex-wrap: wrap; |
| 27 | + li { |
29 | 28 | flex: 1 1 100%;
|
30 | 29 | text-align: center;
|
31 |
| - a{ |
| 30 | + a { |
32 | 31 | justify-content: center;
|
33 | 32 | align-items: center;
|
34 |
| - border-right:0; |
| 33 | + border-right: 0; |
35 | 34 | flex-direction: column;
|
36 |
| - margin-top:$unit; |
37 |
| - border-bottom:1px solid lighten($blue, 12%); |
38 |
| - padding:$unit*2; |
39 |
| - |
| 35 | + margin-top: $unit; |
| 36 | + border-bottom: 1px solid lighten($blue, 12%); |
| 37 | + padding: $unit * 2; |
40 | 38 | }
|
41 | 39 | }
|
42 | 40 | }
|
43 |
| - padding-bottom:$unit*2; |
44 |
| - li{ |
45 |
| - &:nth-of-type(1){ |
46 |
| - a::before{ |
| 41 | + padding-bottom: $unit * 2; |
| 42 | + li { |
| 43 | + &:nth-of-type(1) { |
| 44 | + a::before { |
47 | 45 | transform-origin: right;
|
48 | 46 | }
|
49 | 47 | }
|
50 |
| - &:nth-of-type(2){ |
51 |
| - a::before{ |
| 48 | + &:nth-of-type(2) { |
| 49 | + a::before { |
52 | 50 | transform-origin: 50% !important;
|
53 | 51 | }
|
54 | 52 | }
|
55 | 53 |
|
56 |
| - div.icon{ |
57 |
| - margin-right:$unit/2; |
58 |
| - margin-top:-3px; |
59 |
| - svg{ |
60 |
| - path{ |
| 54 | + div.icon { |
| 55 | + margin-right: $unit/2; |
| 56 | + margin-top: -3px; |
| 57 | + svg { |
| 58 | + path { |
61 | 59 | //fill: lighten($blue, 25%);
|
62 | 60 | fill: currentColor;
|
63 | 61 | }
|
64 |
| - |
65 | 62 | }
|
66 | 63 | }
|
67 |
| - &:last-of-type{ |
68 |
| - a{ |
69 |
| - border-right:0; |
| 64 | + &:last-of-type { |
| 65 | + a { |
| 66 | + border-right: 0; |
70 | 67 | }
|
71 | 68 | }
|
72 |
| - span{ |
| 69 | + span { |
73 | 70 | display: inline-block;
|
74 |
| - padding-right:$unit; |
| 71 | + padding-right: $unit; |
75 | 72 | display: none;
|
76 | 73 | }
|
77 | 74 | }
|
78 |
| - a{ |
| 75 | + a { |
79 | 76 | padding: $unit/2 $unit;
|
80 |
| - padding-top:$unit*1.2; |
81 |
| - border-right:1px solid lighten($blue, 12%); |
| 77 | + padding-top: $unit * 1.2; |
| 78 | + border-right: 1px solid lighten($blue, 12%); |
82 | 79 |
|
83 | 80 | //margin:$unit/2;
|
84 |
| - display:flex; |
85 |
| - &:hover{ |
| 81 | + display: flex; |
| 82 | + &:hover { |
86 | 83 | background: darken($blue, 5%);
|
87 | 84 | }
|
88 | 85 |
|
89 |
| - color:white; |
90 |
| - &:hover{ |
| 86 | + color: white; |
| 87 | + &:hover { |
91 | 88 | color: white !important;
|
92 |
| - opacity:1 !important; |
| 89 | + opacity: 1 !important; |
93 | 90 | }
|
94 | 91 | }
|
95 | 92 | }
|
96 |
| - h5{ |
97 |
| - font-weight:bold; |
98 |
| - color:lighten($bblue, 25%); |
99 |
| - opacity:0.8; |
| 93 | + h5 { |
| 94 | + font-weight: bold; |
| 95 | + color: lighten($bblue, 25%); |
| 96 | + opacity: 0.8; |
100 | 97 | font-size: 1.5rem;
|
101 |
| - padding-bottom:$unit*2; |
102 |
| - margin-bottom:$unit*2; |
| 98 | + padding-bottom: $unit * 2; |
| 99 | + margin-bottom: $unit * 2; |
103 | 100 | position: relative;
|
104 |
| - &::before{ |
105 |
| - content: ''; |
| 101 | + &::before { |
| 102 | + content: ""; |
106 | 103 | position: absolute;
|
107 |
| - width: $unit*4; |
| 104 | + width: $unit * 4; |
108 | 105 | background: lighten($blue, 8%);
|
109 |
| - height:6px; |
| 106 | + height: 6px; |
110 | 107 | left: 50%;
|
111 |
| - margin-left:-$unit*2; |
112 |
| - top:100%; |
| 108 | + margin-left: -$unit * 2; |
| 109 | + top: 100%; |
113 | 110 | }
|
114 | 111 | }
|
115 | 112 | color: lighten($blue, 25%);
|
116 |
| - .\--cta{ |
| 113 | + .\--cta { |
117 | 114 | background: darken($blue, 5%);
|
118 |
| - padding:$unit; |
| 115 | + padding: $unit; |
119 | 116 | display: flex;
|
120 | 117 | align-items: center;
|
121 |
| - justify-content:center; |
| 118 | + justify-content: center; |
122 | 119 | display: inline-block;
|
123 |
| - max-width:300px; |
124 |
| - p{ |
125 |
| - margin:0; |
126 |
| - padding:0; |
| 120 | + max-width: 300px; |
| 121 | + p { |
| 122 | + margin: 0; |
| 123 | + padding: 0; |
127 | 124 | }
|
128 | 125 |
|
129 |
| - a{ |
| 126 | + a { |
130 | 127 | text-decoration: underline;
|
131 | 128 | color: #ffffff !important;
|
132 | 129 | }
|
|
0 commit comments