No more circles. Long life to squares
parent
adaf8a10e4
commit
3f98262198
|
@ -1,6 +1,6 @@
|
|||
.avatar {
|
||||
img {
|
||||
border-radius: 50%;
|
||||
border-radius: 8%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -71,15 +71,6 @@
|
|||
}
|
||||
.user-settings {
|
||||
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 {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue