Skip to content

Commit 12d2afb

Browse files
committed
fix: lint issues
1 parent 743733a commit 12d2afb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/shared/components/ProfilePage/TcaCertificates/TcaCertificationCertificateModal/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
height: 788px;
3030
max-height: 100%;
3131
width: calc(100% + 37px + 37px);
32-
3332
margin: -101px -37px -36px;
3433

3534
@include xs-to-sm {

src/shared/components/ProfilePage/TcaCertificates/styles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@
4040

4141
.category-title {
4242
@include barlow-semi-bold;
43+
4344
text-transform: uppercase;
4445
font-size: 18px;
4546
line-height: 22px;
46-
4747
margin-top: 24px;
4848

4949
@include xs-to-md {
5050
font-size: 16px;
5151
line-height: 18px;
52-
5352
margin-top: 16px;
5453
}
5554
}

0 commit comments

Comments
 (0)