We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ea75d commit 549892cCopy full SHA for 549892c
src/shared/components/Terms/styles.scss
@@ -53,6 +53,7 @@
53
margin-top: 24px;
54
font-size: 15px;
55
line-height: 25px;
56
+ color: $tc-gray-85;
57
58
@include sm {
59
margin-top: 20px;
@@ -61,7 +62,7 @@
61
62
63
.tabs-outer {
64
position: relative;
- margin: 20px 0 25px;
65
+ margin: 30px 0;
66
}
67
68
.tabs-inner {
@@ -138,10 +139,18 @@
138
139
cursor: pointer;
140
font-size: 13px;
141
line-height: 15px;
- max-width: 95px;
142
- min-width: 70px;
+ max-width: 175px;
143
+ min-width: 110px;
144
color: $tc-gray-80;
145
146
+ &:first-child {
147
+ margin-left: 0;
148
+ }
149
+
150
+ &:last-child {
151
+ margin-right: 0;
152
153
154
155
display: inline-block;
156
vertical-align: middle;
0 commit comments