2nd attempt
This commit is contained in:
@@ -654,6 +654,8 @@ $style = @'
|
|||||||
--btn-success: rgba(40,167,69);
|
--btn-success: rgba(40,167,69);
|
||||||
--btn-success-disabled: rgba(108,117,125);
|
--btn-success-disabled: rgba(108,117,125);
|
||||||
--btn-danger: rgba(220,53,69);
|
--btn-danger: rgba(220,53,69);
|
||||||
|
/* Monkey logo*/
|
||||||
|
--monkey-bottom: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -695,7 +697,7 @@ $style = @'
|
|||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
bottom: 10px;
|
bottom: var(--monkey-bottom);
|
||||||
width: 160px; /* tweak size as you like */
|
width: 160px; /* tweak size as you like */
|
||||||
height: 160px;
|
height: 160px;
|
||||||
background-image: url("https://git.svstools.com/syelle/Logo/raw/branch/main/SAMY.png");
|
background-image: url("https://git.svstools.com/syelle/Logo/raw/branch/main/SAMY.png");
|
||||||
|
|||||||
Reference in New Issue
Block a user