Skip to content

Commit cd7bbbe

Browse files
[Refine] Style fix (#72)
1 parent 343475e commit cd7bbbe

File tree

1 file changed

+11
-14
lines changed
  • src/containers/GigDetailsPage/components/GigDetails

1 file changed

+11
-14
lines changed

src/containers/GigDetailsPage/components/GigDetails/styles.scss

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -143,37 +143,34 @@
143143
margin-top: 10px;
144144
margin-bottom: 35px;
145145
line-height: 30px;
146-
& > p {
146+
p {
147147
color: $tc-black;
148148
font-size: 16px;
149149
line-height: 26px;
150150
margin-bottom: 20px;
151151
margin-top: 0px;
152-
& > p {
153-
margin-bottom: 20px;
154-
& > strong {
155-
font-weight: 600;
156-
line-height: 20px;
157-
text-align: left;
158-
}
152+
strong {
153+
font-weight: 600;
154+
line-height: 20px;
155+
text-align: left;
159156
}
160-
& > h3 {
157+
h3 {
161158
font-weight: 400px;
162159
font-size: 40px;
163160
line-height: 50px;
164161
text-transform: uppercase;
165162
margin-top: 40px;
166163
margin-bottom: 20px;
167164
}
168-
& > ul {
165+
ul {
169166
list-style-type: disc;
170-
color: #151516;
171-
margin-bottom: 20px;
172-
margin-left: 20px;
173167
line-height: 25px;
168+
margin-left: 20px;
169+
margin-bottom: 20px;
174170
font-size: 15px;
171+
color: #151516;
175172
}
176-
& > ol {
173+
ol {
177174
list-style-type: decimal;
178175
font-size: 15px;
179176
font-weight: 400;

0 commit comments

Comments
 (0)