Files
extension/src/components/BottomLabel.css
2024-02-07 19:07:01 +01:00

27 lines
393 B
CSS

.bottom-label {
position: absolute;
bottom: 1rem;
display: flex;
align-items: center;
gap: .5rem;
font-weight: normal;
color: #4A4863;
font-size: 14px;
}
.top-right-label {
position: absolute;
right: 1rem;
top: 1rem;
font-weight: normal;
color: #4A4863;
font-size: 14px;
}
.dot {
width: 3px;
height: 3px;
background: currentColor;
border-radius: 100px;
}