refactor(profile): change font size and weight

pull/3/head
alex 2016-02-18 15:20:54 +03:00
parent ae5677eab2
commit 8fa77e3ac7
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
h3.with-line {
border-bottom: 1px solid $border;
color: $default-text;
font-weight: $font-normal;
padding-top: 30px;
margin-bottom: 14px;
line-height: 39px;
@ -221,6 +222,11 @@ a.sn-link {
.form-group {
label {
line-height: 34px;
font-size: 14px;
font-weight: $font-light;
}
input{
font-weight: $font-light;
}
}
}