changed border radius
This commit is contained in:
parent
f272cb929b
commit
62bec1c2d8
|
@ -24,13 +24,15 @@ Homebar.css = `
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
.hb-button {
|
.hb-button {
|
||||||
border-radius: 25%;
|
border-radius: 16px;
|
||||||
|
border:none;
|
||||||
background-color: rgba(100,100,100, 0.3);
|
background-color: rgba(100,100,100, 0.3);
|
||||||
padding: 0.2rem 0.4rem;
|
padding: 0.2rem 0.4rem;
|
||||||
margin: 0.2rem 0.4rem;
|
margin: 0.2rem 0.4rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
.hb-button:hover {
|
.hb-button:hover {
|
||||||
background-color: rgba(100,100,100, 0.5);
|
background-color: rgba(100,100,100, 0.5);
|
||||||
|
|
Loading…
Reference in a new issue