mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update _layout.scss
This commit is contained in:
parent
1398206819
commit
098584b186
1 changed files with 22 additions and 1 deletions
|
@ -189,6 +189,27 @@ input::placeholder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button--apple-store {
|
||||||
|
@include hide-text;
|
||||||
|
width: 10rem; height: 4rem;
|
||||||
|
|
||||||
|
background-image: url("../img/apple-store-badge.svg");
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.header & {
|
||||||
|
top: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
main & {
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.odysee{
|
.odysee{
|
||||||
@media (min-width: 901px) {
|
@media (min-width: 901px) {
|
||||||
img{
|
img{
|
||||||
|
@ -348,4 +369,4 @@ input::placeholder {
|
||||||
&::after {
|
&::after {
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue