Skip to content

Commit 549892c

Browse files
committed
fixed the styles
1 parent 29ea75d commit 549892c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/shared/components/Terms/styles.scss

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
margin-top: 24px;
5454
font-size: 15px;
5555
line-height: 25px;
56+
color: $tc-gray-85;
5657

5758
@include sm {
5859
margin-top: 20px;
@@ -61,7 +62,7 @@
6162

6263
.tabs-outer {
6364
position: relative;
64-
margin: 20px 0 25px;
65+
margin: 30px 0;
6566
}
6667

6768
.tabs-inner {
@@ -138,10 +139,18 @@
138139
cursor: pointer;
139140
font-size: 13px;
140141
line-height: 15px;
141-
max-width: 95px;
142-
min-width: 70px;
142+
max-width: 175px;
143+
min-width: 110px;
143144
color: $tc-gray-80;
144145

146+
&:first-child {
147+
margin-left: 0;
148+
}
149+
150+
&:last-child {
151+
margin-right: 0;
152+
}
153+
145154
@include sm {
146155
display: inline-block;
147156
vertical-align: middle;

0 commit comments

Comments
 (0)