mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix css
This commit is contained in:
parent
8001727196
commit
c35349a668
@ -965,6 +965,22 @@
|
|||||||
@include S(margin-top, 3px);
|
@include S(margin-top, 3px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-indent: -999em;
|
text-indent: -999em;
|
||||||
|
margin-top: auto;
|
||||||
|
&:hover {
|
||||||
|
opacity: 0.95;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
a.ssoSignOut {
|
||||||
|
width: 100%;
|
||||||
|
background: #171a23;
|
||||||
|
color: #fff !important;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
box-sizing: border-box;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: auto;
|
||||||
|
@include S(border-radius, $globalBorderRadius * 0.5);
|
||||||
|
@include S(padding, 1px, 3px);
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.95;
|
opacity: 0.95;
|
||||||
}
|
}
|
||||||
|
@ -239,7 +239,7 @@ export class MainMenuState extends GameState {
|
|||||||
WEB_STEAM_SSO_AUTHENTICATED
|
WEB_STEAM_SSO_AUTHENTICATED
|
||||||
? `
|
? `
|
||||||
<div class="steamSso boxLink">${T.mainMenu.playingFullVersion}
|
<div class="steamSso boxLink">${T.mainMenu.playingFullVersion}
|
||||||
<a href="?sso_logout_silent">${T.mainMenu.logout}</a>
|
<a class="ssoSignOut" href="?sso_logout_silent">${T.mainMenu.logout}</a>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
: ""
|
: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user