mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 23:47:42 -07:00
Donation dependent style
This commit is contained in:
@ -455,6 +455,14 @@ tbody strong {
|
|||||||
padding-top: 45px;
|
padding-top: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.background-get-started {
|
||||||
|
background-color: rgb(35, 55, 79);
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.button-get-started {
|
.button-get-started {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
|
@ -146,17 +146,17 @@ let widget = new SteamApp('#app-widget', {
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div><hr/></div>
|
@if (!env('APP_ENABLEDONATION'))
|
||||||
|
<div><hr/></div>
|
||||||
|
@endif
|
||||||
|
|
||||||
<div class="content-section is-centered">
|
<div class="content-section is-centered {{ (env('APP_ENABLEDONATION')) ? 'background-get-started' : '' }}">
|
||||||
<div class="is-sidepadding button-get-started fade fade-out">
|
<div class="is-sidepadding button-get-started fade fade-out">
|
||||||
<a href="{{ url('/documentation') }}">Get Started!</a>
|
<a href="{{ url('/documentation') }}">Get Started!</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if (env('APP_ENABLEDONATION'))
|
@if (env('APP_ENABLEDONATION'))
|
||||||
<div><hr/></div>
|
|
||||||
|
|
||||||
<div class="content-section is-centered">
|
<div class="content-section is-centered">
|
||||||
<div class="is-sidepadding fade fade-out">
|
<div class="is-sidepadding fade fade-out">
|
||||||
<h3>Your support is greatly appreciated</h3>
|
<h3>Your support is greatly appreciated</h3>
|
||||||
|
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user