mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 18:13:25 +00:00
27 lines
393 B
CSS
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;
|
|
}
|