◾Custom skins for Mini-games
Overview




Customize mini-games with CSS

Updated pop-ups in mini-games

Image Name
Files
Sizes
Last updated
Was this helpful?






Last updated
Was this helpful?
Was this helpful?
/* Google fonts only, example of import query */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* text of the prize on sector */
.saw-view .wheel-sector-name .sector-text {
color: yellow !important;
}
/* the name of the game shown under the wheel */
.saw-info-name {
color: red !important;
}
/* style of the "?" mark opening description of the game */
.saw-info-link {
filter: invert(0);
}
/* style of the buttons in the description popup when old pop-ups are enabled */
.saw-modal-actions > div {
background-color: white !important;
color: black !important;
border: 2px solid black !important;
}
/*style of the title in the description popup when new pop-ups are enabled */
.saw-modal-container-new .saw-modal-title {
color: white !important;
}
/* color of text main text in the description popup */
.saw-modal-body-content {
color: white !important;
}
/* color and style of the links in the description popup */
.saw-modal-body-content a {
color: white !important;
text-decoration: underline;
}
/* style of the title in the description popup */
.saw-modal-content .saw-modal-title > div > div {
color: yellow !important;
text-shadow: none !important;
}
/* the default lights on the wheel’s rim removed and the shining turned off */
.wheel-light-behind, .wheel-lights {
display: none !important;
}
/* style of the sound button */
.saw-sound-button {
filter: invert(0);
}
/* style of the Play button on Scratch Card */
.button-area > div {
box-shadow: 0 0 6px 0 black !important;
color: white !important;
background: #0077FF !important;
}
/* border of the Scratch Card */
.scratch-card-content {
border: none !important;
}
/* Scratch Card prize text color */
.prizes > div > div {
color: black !important;
}
For Giftbox Only
/* style of game rules text button (text under attempts) */
.giftboxes-root .prizeboard-game-rules {
}
/* styles for popup title */
.saw-modal-wrapper .saw-modal-container-v2
.saw-modal-content .saw-modal-title {
}
/* styles for popup content */
.saw-modal-wrapper .saw-modal-container-v2
.saw-modal-content .saw-modal-message {
}
/* style of game modal action button */
.saw-modal-wrapper .saw-modal-container-v2
.saw-modal-content .saw-modal-actions {
}