mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-04 15:49:51 +00:00
seasonsbar placeholder styles improved
This commit is contained in:
parent
a511a24f9b
commit
01cabe6343
1 changed files with 10 additions and 6 deletions
|
|
@ -1,30 +1,34 @@
|
|||
.seasons-bar-placeholder-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.prev-season-button, .next-season-button {
|
||||
flex: none;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
padding: 1rem;
|
||||
background-color: var(--color-placeholder);
|
||||
|
||||
.icon {
|
||||
display: block;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: var(--color-placeholder);
|
||||
}
|
||||
}
|
||||
|
||||
.seasons-popup-label-container {
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 1rem;
|
||||
background-color: var(--color-placeholder);
|
||||
|
||||
.seasons-popup-label {
|
||||
width: 60%;
|
||||
height: 1.4rem;
|
||||
margin: 1.3rem 20%;
|
||||
width: 50%;
|
||||
height: 1.2rem;
|
||||
background-color: var(--color-placeholder);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue