You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
390 B
28 lines
390 B
.root { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
width: max-content; |
|
svg { |
|
width: 50px; |
|
height: 50px; |
|
} |
|
} |
|
|
|
.contrast { |
|
padding: 5px; |
|
border-radius: 50%; |
|
background-color: var(--color-owncast-gray-100); |
|
svg { |
|
width: 40px; |
|
height: 40px; |
|
} |
|
} |
|
|
|
.simple { |
|
background-color: transparent; |
|
svg { |
|
width: 50px; |
|
height: 50px; |
|
} |
|
}
|
|
|