No more circles. Long life to squares

stable
Xavier Julián 2014-07-24 16:22:47 +02:00
parent adaf8a10e4
commit 3f98262198
2 changed files with 1 additions and 10 deletions

View File

@ -1,6 +1,6 @@
.avatar { .avatar {
img { img {
border-radius: 50%; border-radius: 8%;
width: 100%; width: 100%;
} }
} }

View File

@ -71,15 +71,6 @@
} }
.user-settings { .user-settings {
position: relative; position: relative;
img {
border: 1px solid transparent;
border-radius: 50%;
width: 100%;
&:hover {
@include transition (all .6s ease-in-out);
border: 2px solid $fresh-taiga;
}
}
} }
.settings { .settings {
text-align: center; text-align: center;