1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

removed redundant colors, widgets

This commit is contained in:
Harvey Kandola 2017-12-11 20:59:28 +00:00
parent 869884abda
commit 3f2edcaa96
36 changed files with 161 additions and 1499 deletions

View file

@ -24,34 +24,3 @@
margin: 0 auto;
}
.avatar-picker {
background-color: $color-off-white;
@include border-radius(20px);
@include ease-in();
padding: 7px 0 0 0;
letter-spacing: 1px;
text-align: center;
height: 35px;
width: 35px;
cursor: pointer;
&:hover {
> i {
color: $color-link;
}
}
> i {
color: $color-gray;
font-size: 1.4rem;
@include ease-in();
}
}
.avatar-remover {
&:hover {
color: $color-white;
background-color: $color-red;
cursor: pointer;
}
}