mirror of https://github.com/akveo/blur-admin
refactor(profile): change font size and weight
parent
ae5677eab2
commit
8fa77e3ac7
|
@ -1,6 +1,7 @@
|
||||||
h3.with-line {
|
h3.with-line {
|
||||||
border-bottom: 1px solid $border;
|
border-bottom: 1px solid $border;
|
||||||
color: $default-text;
|
color: $default-text;
|
||||||
|
font-weight: $font-normal;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
line-height: 39px;
|
line-height: 39px;
|
||||||
|
@ -221,6 +222,11 @@ a.sn-link {
|
||||||
.form-group {
|
.form-group {
|
||||||
label {
|
label {
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: $font-light;
|
||||||
|
}
|
||||||
|
input{
|
||||||
|
font-weight: $font-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue