new smallimg thingy
This commit is contained in:
parent
baebe46177
commit
2e91ab74a4
1 changed files with 5 additions and 2 deletions
|
@ -100,6 +100,10 @@ a {
|
||||||
transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 3s cubic-bezier(0.075, 0.82, 0.165, 1);
|
transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 3s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chip:hover > .smallimg {
|
||||||
|
background-color: rgb(65, 28, 101);
|
||||||
|
}
|
||||||
|
|
||||||
.activity {
|
.activity {
|
||||||
border-width: 3px;
|
border-width: 3px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -129,14 +133,13 @@ a {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 74px;
|
left: 74px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
background: black;
|
||||||
/* border: 2px gray solid; */
|
/* border: 2px gray solid; */
|
||||||
transform: scale(0.8);
|
transform: scale(0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity>.smallimg:hover {
|
.activity>.smallimg:hover {
|
||||||
border: 2px white solid;
|
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
Loading…
Reference in a new issue