Skip to content

Commit 61026b8

Browse files
author
Victor George
committed
Typography and color fixes
1 parent e69f38a commit 61026b8

File tree

4 files changed

+491
-354
lines changed

4 files changed

+491
-354
lines changed

src/components/FileList/FileList.scss

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// reset styles of panel class, we need panel class to activate the modal-overlay
55
border: none;
66
box-shadow: none;
7-
> h4 {
87

8+
> h4 {
99
@include roboto-medium;
1010
font-size: 15px;
1111
color: $tc-gray-50;
@@ -20,46 +20,56 @@
2020
padding: 15px 0;
2121
width: 100%;
2222
align-items: stretch;
23+
2324
.icon-col {
2425
padding-top: 3px;
2526
width: 60px;
2627
}
28+
2729
.content-col {
2830
flex: 2;
2931

3032
h4 {
3133
@include roboto-bold;
3234
font-size: 15px;
3335
color: $tc-gray-80;
34-
width: 400px;
36+
max-width: 380px;
3537
}
38+
3639
p {
3740
@include roboto;
3841
font-size: 13px;
39-
color: $tc-gray-60;
40-
line-height: 25px;
42+
font-weight: 400;
43+
color: $tc-gray-70;
44+
line-height: 20px;
4145
}
46+
4247
.title {
4348
width: 100%;
4449
display: flex;
4550
line-height: 25px;
4651
}
52+
4753
.size {
4854
@include roboto;
4955
font-size: 15px;
5056
color: $tc-gray-60;
5157
margin-left: auto;
5258
}
59+
5360
.edit-icons {
5461
margin-left: 5px;
62+
5563
i {
5664
cursor: pointer;
5765
}
5866
}
67+
5968
.title-edit {
6069
display: flex;
6170
align-items: center;
6271
margin-bottom: 10px;
72+
6373
input {
6474
@include roboto-bold;
6575
font-size: 15px;
@@ -84,22 +94,25 @@
8494
resize: none;
8595
}
8696
}
97+
8798
.icon-trash,
8899
.icon-edit {
89100
margin-left: 13px;
90101
vertical-align: middle;
91102
}
103+
92104
.icon-trash {
93105
margin-left: 22px;
94106
}
107+
95108
.icon-save {
96109
margin-right: 25px;
97110
}
111+
98112
.icon-close {
99113
margin-right: 10px;
100114
}
101115
}
102116

103117
.delete-file-modal {
104-
105118
}

0 commit comments

Comments
 (0)