fix scss lint issues

stable
Juanfran 2014-09-15 08:03:00 +02:00
parent d28960c2de
commit ef04d551ed
3 changed files with 2 additions and 5 deletions

View File

@ -15,8 +15,8 @@
width: 150px;
}
.avatar {
text-align: center;
margin: 0 auto 1rem;
text-align: center;
width: 250px;
.person-name {
@extend %xlarge;

View File

@ -159,10 +159,9 @@
}
.add-attach {
cursor: pointer;
overflow: hidden;
position: relative;
cursor: pointer;
input {
cursor: pointer;
font-size: 99px;

View File

@ -13,8 +13,6 @@
padding: .5rem 0 .5rem .5rem;
text-align: left;
width: 100%;
}
.row {
&:hover {
background: transparent;
}