mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
new color theme applied to ActionButton
This commit is contained in:
parent
6ce25dd493
commit
07c9bfa445
1 changed files with 6 additions and 3 deletions
|
|
@ -1,10 +1,13 @@
|
|||
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
||||
|
||||
.action-button-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background-color: @color-surface-light5-20;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: var(--color-surfacedarker60);
|
||||
background-color: @color-accent3;
|
||||
}
|
||||
|
||||
.icon-container {
|
||||
|
|
@ -21,7 +24,7 @@
|
|||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: var(--color-surfacelighter);
|
||||
fill: @color-surface-light5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -38,7 +41,7 @@
|
|||
padding: 0 0.2rem;
|
||||
max-height: 2.4em;
|
||||
text-align: center;
|
||||
color: var(--color-surfacelighter);
|
||||
color: @color-surface-light5-90;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue