replay banner
This commit is contained in:
parent
d447b41b14
commit
6ab4b88ed1
3 changed files with 33 additions and 2 deletions
|
@ -1650,6 +1650,25 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
top: 0;
|
||||
padding-top: var(--navbarHeight);
|
||||
|
||||
.md-btn-replay {
|
||||
background: linear-gradient(143deg, #6e006b, #6e6600);
|
||||
border: 0px;
|
||||
box-shadow: inset 0px 0px 0px 1px rgba(200, 200, 200, 0.2);
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
}
|
||||
.md-btn-replay--hero {
|
||||
font-size: 1em;
|
||||
padding: 16px;
|
||||
background: linear-gradient(45deg, #6e006b, #6e6600);
|
||||
border: 0px;
|
||||
box-shadow: inset 0px 0px 0px 1px rgb(200 200 200 / 20%);
|
||||
margin-top: 1em;
|
||||
font-size: 0.9em;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.artist-feed-card {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue