hover effect
This commit is contained in:
parent
8312e41141
commit
1083a4ca03
@ -59,6 +59,10 @@
|
|||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.cirButton :hover{
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.groupname{
|
.groupname{
|
||||||
|
@ -53,8 +53,11 @@
|
|||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.cirButton :hover{
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
svg{
|
svg{
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
|
@ -57,8 +57,11 @@
|
|||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.cirButton :hover{
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.groupname{
|
.groupname{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -60,6 +60,10 @@
|
|||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.cirButton :hover{
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
svg{
|
svg{
|
||||||
|
@ -58,6 +58,10 @@
|
|||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.cirButton :hover{
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -96,8 +96,11 @@
|
|||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.cirButton :hover{
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader {
|
.loader {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
|
@ -57,8 +57,11 @@
|
|||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.cirButton :hover{
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.groupname{
|
.groupname{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user