1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Disable nft until properly announced

This commit is contained in:
tobspr
2021-03-12 20:31:50 +01:00
parent 89b99c74ce
commit 38bb393190
3 changed files with 2 additions and 40 deletions

View File

@@ -445,13 +445,13 @@
justify-content: center;
align-items: flex-end;
width: 100%;
grid-template-columns: auto auto auto auto 1fr;
grid-template-columns: auto auto auto 1fr;
@include S(padding, 10px);
box-sizing: border-box;
@include S(grid-gap, 4px);
&.china {
grid-template-columns: auto auto 1fr;
grid-template-columns: auto 1fr;
}
.author {
@@ -501,15 +501,6 @@
background-color: $linkBgHover;
}
&.nftLink {
background-color: #3291e9;
color: #fff;
&:hover {
background-color: darken(#3291e9, 5);
}
}
.thirdpartyLogo {
display: inline-block;
@include S(width, 50px);
@@ -524,12 +515,6 @@
background-image: uiResource("main_menu/discord.png");
background-size: 95%;
}
&.nftLogo {
/* @load-async */
background-image: uiResource("main_menu/opensea.png");
background-size: 80%;
}
}
}