Update Mon May 27 03:21:57 CEST 2024

This commit is contained in:
0xMarcio 2024-05-27 03:21:57 +02:00
parent 20b6e805bf
commit 837985c555

View File

@ -189,15 +189,16 @@ hr {
} }
.dropdown-btn { .dropdown-btn {
border: none; border: 2px solid #ffffff;
border-radius: 50px;
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 0; bottom: 0;
outline: none; outline: none;
overflow: hidden; overflow: hidden;
background-color: #21690af2; background-color: transparent;
color: #fff; color: #fff;
font-weight: 700; font-size: .9rem;
padding: .5rem; padding: .3rem;
cursor: pointer; cursor: pointer;
} }