Tweaked font size to match the design spec

pull/2211/head
wmwragg 2016-09-15 11:39:21 +01:00
parent a1e3ec1d19
commit f43530e1ef
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ limitations under the License.
color: #454545; color: #454545;
background-color: #fff; background-color: #fff;
margin-left: 3px; margin-left: 3px;
font-size: 15px; font-size: 14px;
margin-bottom: 8px; margin-bottom: 8px;
width: 189px; width: 189px;
} }
@ -68,13 +68,13 @@ limitations under the License.
.mx_MemberList_query::-moz-placeholder { .mx_MemberList_query::-moz-placeholder {
color: #454545; color: #454545;
opacity: 0.5; opacity: 0.5;
font-size: 12px; font-size: 14px;
} }
.mx_MemberList_query::-webkit-input-placeholder { .mx_MemberList_query::-webkit-input-placeholder {
color: #454545; color: #454545;
opacity: 0.5; opacity: 0.5;
font-size: 12px; font-size: 14px;
} }
.mx_MemberList_joined { .mx_MemberList_joined {