File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
src/controls/webPartTitle Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 8
8
}
9
9
10
10
.webPartTitle {
11
- font-size : 14 px ;
11
+ font-size : 20 px ;
12
12
font-weight : 600 ;
13
13
margin-bottom : 11px ;
14
14
// color: "[theme:neutralPrimary, default: #333333]";
18
18
overflow-x : hidden ;
19
19
text-overflow : ellipsis ;
20
20
21
- @media (min-width : 320px ) {
22
- font-size : 16px ;
23
- }
24
-
25
- @media (min-width : 480px ) {
26
- font-size : 20px ;
27
- }
28
-
29
21
// Edit mode
30
22
textarea {
31
23
background-color : transparent ;
35
27
display : block ;
36
28
font-family : inherit ;
37
29
font-size : inherit ;
38
- font-weight : inherit ;
30
+ font-weight : 400 ;
39
31
height : 40px ;
40
32
line-height : inherit ;
41
33
margin : 0 ;
48
40
49
41
& ::placeholder ,
50
42
& ::-webkit-input-placeholder {
51
- color : inherit !important ;
52
- font-weight : 600 ;
43
+ color : " [theme:inputPlaceholderText, default: #605e5c]" ;
53
44
}
54
45
}
55
46
You can’t perform that action at this time.
0 commit comments