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