| ... |
... |
@@ -20,11 +20,43 @@ |
| 20 |
20 |
min-height:300px; |
| 21 |
21 |
.search__row input[type="search"] { |
| 22 |
22 |
font-size: 16px; |
| 23 |
|
- height: 54px; |
| 24 |
|
- padding: 10px 16px; |
| 25 |
|
- line-height: 1.3333333; |
| 26 |
26 |
} |
| 27 |
27 |
} |
|
25 |
+/* |
|
26 |
+.clb-box{ |
|
27 |
+ background-color:#fff; |
|
28 |
+ box-shadow:0 1px 2px 0 rgba(0,0,0,.1); |
|
29 |
+ padding:2rem; |
|
30 |
+ padding-bottom:5rem; |
|
31 |
+ color: @color-brand-primary; |
|
32 |
+ display:block |
|
33 |
+ .clb-box-title { |
|
34 |
+ color:#45b07c; |
|
35 |
+ font-weight:600; |
|
36 |
+ margin-bottom:5rem; |
|
37 |
+ } |
|
38 |
+} |
|
39 |
+ |
|
40 |
+.clb-btn-default,button { |
|
41 |
+ background-image:none; |
|
42 |
+ box-shadow:none; |
|
43 |
+ border:0; |
|
44 |
+ border-radius: @border-radius-default; |
|
45 |
+ padding-top:.5rem; |
|
46 |
+ padding-bottom:.5rem; |
|
47 |
+ padding-left:1rem; |
|
48 |
+ padding-right:1rem; |
|
49 |
+ background-color:@color-brand-primary; |
|
50 |
+ color: @color-white; |
|
51 |
+ &:hover { |
|
52 |
+ background-color: darken(@color-brand-primary, 10%); |
|
53 |
+ } |
|
54 |
+ &:active { |
|
55 |
+ background-color: darken(@color-brand-primary, 15%); |
|
56 |
+ } |
|
57 |
+} |
|
58 |
+*/ |
|
59 |
+ |
| 28 |
28 |
#xwikicontent .get-started__row__title { |
| 29 |
29 |
margin: 1rem 0; |
| 30 |
30 |
font-weight: 400; |