File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/controls/webPartTitle Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
.webPartTitle {
11
11
font-size : 14px ;
12
- font-weight : 100 ;
12
+ font-weight : 600 ;
13
13
margin-bottom : 11px ;
14
- color : " [theme:neutralPrimary, default: #333333]" ;
14
+ // color: "[theme:neutralPrimary, default: #333333]";
15
15
-webkit-box-flex : 1 ;
16
16
-ms-flex-positive : 1 ;
17
17
flex-grow : 1 ;
18
18
overflow-x : hidden ;
19
19
text-overflow : ellipsis ;
20
20
21
21
@media (min-width : 320px ) {
22
- font-size : 21 px ;
22
+ font-size : 16 px ;
23
23
}
24
24
25
25
@media (min-width : 480px ) {
26
- font-size : 24 px ;
26
+ font-size : 20 px ;
27
27
}
28
28
29
29
// Edit mode
48
48
49
49
& ::placeholder ,
50
50
& ::-webkit-input-placeholder {
51
- color : " [theme: neutralSecondary, default: #666666]" !important ;
51
+ color : inherit !important ;
52
+ font-weight : 600 ;
52
53
}
53
54
}
54
55
You can’t perform that action at this time.
0 commit comments