mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2025-04-20 10:20:11 +00:00
18 lines
330 B
CSS
18 lines
330 B
CSS
.ta-button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #00202f;
|
|
color: #fff;
|
|
font-size: 1.4rem;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
height: fit-content;
|
|
opacity: 0;
|
|
}
|
|
|
|
.ta-title-container {
|
|
display: flex;
|
|
gap: 15px;
|
|
} |