Skip to content

Commit ba138bc

Browse files
committed
WebPartTitle - align with new SharePoint style
1 parent 3b701a8 commit ba138bc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/controls/webPartTitle/WebPartTitle.module.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99

1010
.webPartTitle {
1111
font-size: 14px;
12-
font-weight: 100;
12+
font-weight: 600;
1313
margin-bottom: 11px;
14-
color: "[theme:neutralPrimary, default: #333333]";
14+
//color: "[theme:neutralPrimary, default: #333333]";
1515
-webkit-box-flex: 1;
1616
-ms-flex-positive: 1;
1717
flex-grow: 1;
1818
overflow-x: hidden;
1919
text-overflow: ellipsis;
2020

2121
@media (min-width: 320px) {
22-
font-size: 21px;
22+
font-size: 16px;
2323
}
2424

2525
@media (min-width: 480px) {
26-
font-size: 24px;
26+
font-size: 20px;
2727
}
2828

2929
// Edit mode
@@ -48,7 +48,8 @@
4848

4949
&::placeholder,
5050
&::-webkit-input-placeholder {
51-
color: "[theme: neutralSecondary, default: #666666]"!important;
51+
color: inherit !important;
52+
font-weight: 600;
5253
}
5354
}
5455

0 commit comments

Comments
 (0)