mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-22 04:22:02 +00:00
17 lines
No EOL
320 B
Text
17 lines
No EOL
320 B
Text
.addons-button-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
&:hover {
|
|
background-color: var(--color-secondary);
|
|
}
|
|
|
|
.icon {
|
|
flex: none;
|
|
width: 50%;
|
|
height: 50%;
|
|
fill: var(--color-surfacelighter);
|
|
}
|
|
} |