File tree Expand file tree Collapse file tree 3 files changed +39
-38
lines changed
doc/src/templates/landing-main/contrib-section Expand file tree Collapse file tree 3 files changed +39
-38
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ import Button from '../../../../../lib/button';
4
4
import engineerImage from '../../../images/engineer.svg' ;
5
5
import developerImage from '../../../images/man-in-office-desk-with-computer.svg' ;
6
6
import contributeImage from '../../../images/triple-arrow-merging-to-one.svg' ;
7
- import theme from './index.scss' ;
8
7
import FooterSection from './footer' ;
8
+ import theme from './theme.module.scss' ;
9
+ import './index.scss' ;
9
10
10
11
const ContributionSection = ( ) => (
11
12
< div className = "contrib-section" >
Original file line number Diff line number Diff line change 1
- :local(.cardFooter ) {
2
- justify-content : center ;
3
- margin-top : 4rem ;
4
- align-self : baseline ;
5
- }
6
-
7
- :local(.cardHeader ) {
8
- color : #0c549c ;
9
- margin-bottom : 2rem ;
10
- text-align : center ;
11
- height : 3rem ;
12
- }
13
-
14
- :local(.card ) {
15
- padding : 1.5rem ;
16
- z-index : 2 ;
17
- height : fit-content ;
18
- width : 100% ;
19
- transition : margin 0.2s ease-in-out ;
20
- }
21
-
22
- :local(.button ) {
23
- background : #f9552a ;
24
- color : white ;
25
- }
26
1
27
2
@media only screen and (max-width : 630px ) {
28
- .row {
29
- flex-flow : column !important ;
30
- }
3
+ .row {
4
+ flex-flow : column !important ;
5
+ }
31
6
}
32
7
33
8
@media only screen and (max-width : 530px ) {
34
- .row {
35
- padding : 2rem !important ;
36
- }
9
+ .row {
10
+ padding : 2rem !important ;
11
+ }
37
12
}
38
13
39
14
40
15
.col {
41
- margin : 1rem !important ;
42
- flex-flow : column ;
16
+ margin : 1rem !important ;
17
+ flex-flow : column ;
43
18
}
44
19
45
20
.card-content {
46
- img {
47
- max-width : 100% !important ;
48
- height : auto ;
49
- }
21
+ img {
22
+ max-width : 100% !important ;
23
+ height : auto ;
24
+ }
50
25
}
Original file line number Diff line number Diff line change
1
+ :local(.cardFooter ) {
2
+ justify-content : center !important ;
3
+ margin-top : 4rem !important ;
4
+ align-self : baseline ;
5
+ }
6
+
7
+ :local(.cardHeader ) {
8
+ color : #0c549c ;
9
+ margin-bottom : 2rem !important ;
10
+ text-align : center ;
11
+ height : 3rem ;
12
+ }
13
+
14
+ :local(.card ) {
15
+ padding : 1.5rem !important ;
16
+ z-index : 2 ;
17
+ height : fit-content ;
18
+ width : 100% ;
19
+ transition : margin 0.2s ease-in-out ;
20
+ }
21
+
22
+ :local(.button ) {
23
+ background-color : #f9552a !important ;
24
+ color : white ;
25
+ }
You can’t perform that action at this time.
0 commit comments