File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -719,6 +719,21 @@ button {
719719 cursor : not-allowed;
720720}
721721
722+ .flip-card-button-ip : disabled {
723+ opacity : 0.6 ;
724+ cursor : not-allowed;
725+ }
726+
727+ .server-info : disabled {
728+ opacity : 0.6 ;
729+ cursor : not-allowed;
730+ }
731+
732+ .launch-btn : disabled {
733+ opacity : 0.6 ;
734+ cursor : not-allowed;
735+ }
736+
722737/* Articles */
723738.articles-title {
724739 padding : 6rem 2rem 1rem ;
Original file line number Diff line number Diff line change @@ -26,20 +26,22 @@ <h1 class="hero-heading">
2626 <!-- Bottom Content -->
2727 < div class ="bottom-content ">
2828 < button
29- class ="server-info btn btn-gold "
29+ class ="server-info btn btn-gold disabled "
3030 data-copy-ip
31- aria-label ="Copy server IP "
31+ aria-label ="Copy server IP(Coming Soon) "
32+ disabled
3233 >
3334 IP: play.pwindows.qzz.io
3435 </ button >
3536
36- < a
37+ < button
3738 href ="#howtojoin "
38- class ="launch-btn btn btn-green "
39+ class ="launch-btn btn btn-green disabled "
3940 aria-label ="Go to join section "
41+ disabled
4042 >
41- Join
42- </ a >
43+ Coming Soon
44+ </ button >
4345 </ div >
4446 </ div >
4547</ section >
@@ -88,11 +90,12 @@ <h2 class="howtojoin-heading">How to join</h2>
8890 to your Minecraft server list
8991 </ div >
9092 < button
91- class ="flip-card-button-ip btn btn-gold "
93+ class ="flip-card-button-ip btn btn-gold disabled "
9294 data-copy-ip
93- aria-label ="Copy server IP "
95+ aria-label ="Copy server IP(Coming soon) "
96+ disabled
9497 >
95- play.pwindows.qzz.io
98+ Coming Soon
9699 </ button >
97100 < button class ="flip-card-back-toggle btn " type ="button ">
98101 Back
@@ -137,10 +140,11 @@ <h2 class="howtojoin-heading">How to join</h2>
137140 < br />
138141 and join our server instantly
139142 </ div >
140- < a
143+ < button
141144 href ="minecraft:?addExternalServer=PWindows|Play.PWindows.qzz.io "
142- class ="flip-card-button btn btn-green "
145+ class ="flip-card-button btn btn-green disabled "
143146 aria-label ="Launch Minecraft Bedrock "
147+ disabled
144148 >
145149 Launch Minecraft
146150 </ a >
You can’t perform that action at this time.
0 commit comments