Skip to content

Commit 66968ea

Browse files
committed
terms css added
1 parent eb651a8 commit 66968ea

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

src/app/terms/terms.component.css

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
2+
.termsSection {
3+
margin-top: 50px;
4+
margin-bottom:50px;
5+
height: auto;
6+
flex-direction: column;
7+
align-items: center;
8+
display: block;
9+
}
10+
.termsWrap {
11+
width: 1000px;
12+
margin-top: 50px;
13+
margin-left: auto;
14+
margin-right: auto;
15+
display: flex;
16+
flex-direction: column;
17+
align-items: center;
18+
}
19+
20+
.termsHeading {
21+
margin-bottom: 20px;
22+
margin-top: 5px;
23+
font-family: Roboto, sans-serif;
24+
font-weight: 400;
25+
line-height: 44px;
26+
font-size: 30px;
27+
}
28+
29+
.taglineTerms {
30+
opacity: 0.6;
31+
letter-spacing: 2px;
32+
text-transform: uppercase;
33+
font-family: Roboto, sans-serif;
34+
font-size: 12px;
35+
}
36+
.dividerTerms {
37+
width: 60px;
38+
height: 2px;
39+
background-color: #c5bfb0;
40+
margin-left: auto;
41+
margin-right: auto;
42+
}
43+
.legalTextWrapTerms {
44+
flex-direction: row;
45+
justify-content: center;
46+
margin-top: 13px;
47+
margin-bottom: 13px;
48+
display: flex;
49+
}
50+
.legalParagraphTerms {
51+
text-align: center;
52+
margin-top: 10px;
53+
font-family: Roboto, sans-serif;
54+
font-size: 20px;
55+
line-height: 35px;
56+
}
57+
.legalSubParagraph {
58+
text-align: left;
59+
margin-top: 10px;
60+
font-family: Roboto, sans-serif;
61+
font-size: 15px;
62+
line-height: 35px;
63+
}
64+
.termsContent{
65+
height: auto;
66+
width:90%;
67+
flex-direction: column;
68+
align-items: left;
69+
display: block;
70+
}
71+
.legalHeadingTerms {
72+
text-align: center;
73+
margin-top: 12px;
74+
font-family: Roboto, sans-serif;
75+
font-size: 15px;
76+
line-height: 35px;
77+
font-weight:bold;
78+
}
79+
@media screen and (max-width: 991px) {
80+
.termsWrap{
81+
width:90%;
82+
}
83+
}

0 commit comments

Comments
 (0)