hover effect

This commit is contained in:
Yuchen Li 2023-03-01 21:56:05 +08:00
parent 8312e41141
commit 1083a4ca03
7 changed files with 28 additions and 4 deletions

View File

@ -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{

View File

@ -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;

View File

@ -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;

View File

@ -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{

View File

@ -58,6 +58,10 @@
border-radius: 40px;
cursor: pointer;
border: none;
font-weight: 600;
}
.cirButton :hover{
background-color: rgba(0,0,0,0.2);
}

View File

@ -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;

View File

@ -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;