Test image fix

This commit is contained in:
Bill 2022-03-15 18:04:58 -04:00
parent 0a72bc383c
commit 9e92a9b555
26 changed files with 194 additions and 189 deletions

View File

@ -2,6 +2,11 @@ module.exports = {
eslint: { eslint: {
enable: false enable: false
}, },
style: {
css: {
loaderOptions: O => { return { url: false } }
}
},
webpack: { webpack: {
configure: (webpackConfig) => ({ configure: (webpackConfig) => ({
...webpackConfig, ...webpackConfig,

View File

@ -10,7 +10,7 @@
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },
"dependencies": { "dependencies": {
"@craco/craco": "^6.3.0", "@craco/craco": "^6.4.3",
"@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16", "@fortawesome/react-fontawesome": "^0.1.16",

View File

@ -48,7 +48,7 @@
.nitro-room-thumbnail-camera { .nitro-room-thumbnail-camera {
width: 132px; width: 132px;
height: 192px; height: 192px;
background-image: url('../assets/images/room-widgets/thumbnail-widget/thumbnail-camera-spritesheet.png'); background-image: url('/images/room-widgets/thumbnail-widget/thumbnail-camera-spritesheet.png');
.camera-frame { .camera-frame {
position: absolute; position: absolute;
@ -67,7 +67,7 @@
pointer-events: all; pointer-events: all;
background-position: 0px 0px; background-position: 0px 0px;
background-image: url('../assets/images/room-widgets/trophy-widget/trophy-spritesheet.png'); background-image: url('/images/room-widgets/trophy-widget/trophy-spritesheet.png');
&.trophy-2 { &.trophy-2 {
background-position: 0px 173px; background-position: 0px 173px;
@ -102,7 +102,7 @@
.nitro-gift-card { .nitro-gift-card {
width: 306px; width: 306px;
height: 159px; height: 159px;
background: url('../assets/images/gift/gift_tag.png') center no-repeat; background: url('/images/gift/gift_tag.png') center no-repeat;
.gift-face { .gift-face {
width: 65px; width: 65px;
@ -110,7 +110,7 @@
.gift-incognito { .gift-incognito {
width: 37px; width: 37px;
height: 48px; height: 48px;
background: url('../assets/images/gift/incognito.png') center no-repeat; background: url('/images/gift/incognito.png') center no-repeat;
} }
.gift-avatar { .gift-avatar {
@ -188,7 +188,7 @@
position: relative; position: relative;
width: 110px; width: 110px;
height: 110px; height: 110px;
background: url("../assets/images/navigator/thumbnail_placeholder.png") no-repeat center; background: url("/images/navigator/thumbnail_placeholder.png") no-repeat center;
background-color: rgba($black, .125); background-color: rgba($black, .125);
} }
@ -309,7 +309,7 @@
.nitro-rarity-level { .nitro-rarity-level {
width: 36px; width: 36px;
height: 28px; height: 28px;
background: url("../assets/images/infostand/rarity-level.png"); background: url("/images/infostand/rarity-level.png");
div { div {
line-height: 28px; line-height: 28px;
@ -392,7 +392,7 @@
content: ''; content: '';
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../assets/images/unique/grid-bg.png") center no-repeat; background: url("/images/unique/grid-bg.png") center no-repeat;
z-index: 1; z-index: 1;
} }
@ -401,14 +401,14 @@
content: ''; content: '';
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../assets/images/unique/grid-bg-glass.png") center no-repeat; background: url("/images/unique/grid-bg-glass.png") center no-repeat;
bottom: 0; bottom: 0;
z-index: 4; z-index: 4;
} }
&.sold-out:after { &.sold-out:after {
background: url("../assets/images/unique/grid-bg-sold-out.png") center no-repeat, background: url("/images/unique/grid-bg-sold-out.png") center no-repeat,
url("../assets/images/unique/grid-bg-glass.png") center no-repeat; url("/images/unique/grid-bg-glass.png") center no-repeat;
} }
.unique-item-counter { .unique-item-counter {
@ -419,7 +419,7 @@
bottom: 1px; bottom: 1px;
width: 100%; width: 100%;
height: 9px; height: 9px;
background: url("../assets/images/unique/grid-count-bg.png") center no-repeat; background: url("/images/unique/grid-count-bg.png") center no-repeat;
z-index: 3; z-index: 3;
} }
} }
@ -427,7 +427,7 @@
.unique-sold-out-blocker { .unique-sold-out-blocker {
width: 364px; width: 364px;
height: 30px; height: 30px;
background: url("../assets/images/unique/catalog-info-sold-out.png"); background: url("/images/unique/catalog-info-sold-out.png");
div { div {
float: right; float: right;
@ -448,7 +448,7 @@
right: 16px; right: 16px;
width: 34px; width: 34px;
height: 37px; height: 37px;
background: url("../assets/images/unique/inventory-info-amount-bg.png"); background: url("/images/unique/inventory-info-amount-bg.png");
div { div {
display: flex; display: flex;
@ -461,7 +461,7 @@
.unique-complete-plate { .unique-complete-plate {
width: 170px; width: 170px;
height: 29px; height: 29px;
background: url("../assets/images/unique/catalog-info-amount-bg.png") no-repeat center; background: url("/images/unique/catalog-info-amount-bg.png") no-repeat center;
z-index: 1; z-index: 1;
padding-top: 3px; padding-top: 3px;
@ -482,7 +482,7 @@
outline: 0; outline: 0;
height: 5px; height: 5px;
margin-right: 1px; margin-right: 1px;
background-image: url('../assets/images/unique/numbers.png'); background-image: url('/images/unique/numbers.png');
background-repeat: no-repeat; background-repeat: no-repeat;
&:last-child { &:last-child {

View File

@ -4,7 +4,7 @@
} }
.nitro-achievements-back-arrow { .nitro-achievements-back-arrow {
background: url('../../assets/images/achievements/back-arrow.png') no-repeat center; background: url('/images/achievements/back-arrow.png') no-repeat center;
width: 33px; width: 33px;
height: 34px; height: 34px;
} }

View File

@ -1,5 +1,5 @@
.nitro-avatar-editor-spritesheet { .nitro-avatar-editor-spritesheet {
background: url('../../assets/images/avatareditor/avatar-editor-spritesheet.png') transparent no-repeat; background: url('/images/avatareditor/avatar-editor-spritesheet.png') transparent no-repeat;
&.arrow-left-icon { &.arrow-left-icon {
width: 28px; width: 28px;

View File

@ -33,7 +33,7 @@
position: relative; position: relative;
width: 340px; width: 340px;
height: 462px; height: 462px;
background-image: url('../../assets/images/room-widgets/camera-widget/camera-spritesheet.png'); background-image: url('/images/room-widgets/camera-widget/camera-spritesheet.png');
background-position: -1px -1px; background-position: -1px -1px;
z-index: 2; z-index: 2;
@ -43,7 +43,7 @@
cursor: pointer; cursor: pointer;
margin-top: 362px; margin-top: 362px;
background-image: url('../../assets/images/room-widgets/camera-widget/camera-spritesheet.png'); background-image: url('/images/room-widgets/camera-widget/camera-spritesheet.png');
background-position: -343px -321px; background-position: -343px -321px;
&:hover { &:hover {
@ -56,7 +56,7 @@
} }
.camera-view-finder { .camera-view-finder {
background-image: url('../../assets/images/room-widgets/camera-widget/camera-spritesheet.png'); background-image: url('/images/room-widgets/camera-widget/camera-spritesheet.png');
background-position: -343px -1px; background-position: -343px -1px;
} }

View File

@ -13,7 +13,7 @@
.campaign-spritesheet { .campaign-spritesheet {
display: block; display: block;
background: transparent url("../../assets/images/campaign/campaign_spritesheet.png") no-repeat; background: transparent url('/images/campaign/campaign_spritesheet.png') no-repeat;
&.available { &.available {
width: 69px; width: 69px;

View File

@ -2,7 +2,7 @@
width: $catalog-width; width: $catalog-width;
height: $catalog-height; height: $catalog-height;
font[size="16"] { font[size='16'] {
font-size: 20px; font-size: 20px;
} }
@ -69,14 +69,14 @@
.info-loyalty-content { .info-loyalty-content {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top right; background-position: top right;
background-image: url('../../assets/images/catalog/diamond_info_illustration.gif'); background-image: url('/images/catalog/diamond_info_illustration.gif');
padding-right:123px; padding-right:123px;
} }
.info-image { .info-image {
width: 123px; width: 123px;
height:350px; height:350px;
background-image: url('../../assets/images/catalog/diamond_info_illustration.gif'); background-image: url('/images/catalog/diamond_info_illustration.gif');
} }
} }
@ -89,7 +89,7 @@
.icon-hc-banner { .icon-hc-banner {
width: 68px; width: 68px;
height: 40px; height: 40px;
background: url("../../assets/images/catalog/hc_big.png") center no-repeat; background: url('/images/catalog/hc_big.png') center no-repeat;
} }
} }
} }

View File

@ -1,5 +1,5 @@
.nitro-friends-spritesheet { .nitro-friends-spritesheet {
background: url('../../assets/images/friends/friends-spritesheet.png') transparent no-repeat; background: url('/images/friends/friends-spritesheet.png') transparent no-repeat;
&.icon-friendbar-visit { &.icon-friendbar-visit {
width: 21px; height: 21px; width: 21px; height: 21px;
@ -137,7 +137,7 @@
left: 5px; left: 5px;
width: 31px; width: 31px;
height: 34px; height: 34px;
background-image: url('../../assets/images/toolbar/friend-search.png'); background-image: url('/images/toolbar/friend-search.png');
} }
} }
} }

View File

@ -1,7 +1,7 @@
.nitro-group-tab-image { .nitro-group-tab-image {
width: 122px; width: 122px;
height: 68px; height: 68px;
background: url('../../assets/images/groups/creator_images.png') no-repeat; background: url('/images/groups/creator_images.png') no-repeat;
&.tab-1 { &.tab-1 {
background-position: 0px 0px; background-position: 0px 0px;
@ -145,7 +145,7 @@
.tab { .tab {
position: relative; position: relative;
margin-left: -6px; margin-left: -6px;
background-image: url('../../assets/images/groups/creator_tabs.png'); background-image: url('/images/groups/creator_tabs.png');
background-repeat: no-repeat; background-repeat: no-repeat;
&:first-child { &:first-child {

View File

@ -5,7 +5,7 @@
width: 38px; width: 38px;
height: 21px; height: 21px;
cursor: pointer; cursor: pointer;
background-image: url(../../assets/images/guide-tool/guide_tool_duty_switch.png); background-image: url('/images/guide-tool/guide_tool_duty_switch.png');
&.off { &.off {
background-position: 0px -22px; background-position: 0px -22px;
@ -15,7 +15,7 @@
.info-icon { .info-icon {
width: 23px; width: 23px;
height: 24px; height: 24px;
background-image: url(../../assets/images/guide-tool/guide_tool_info_icon.png); background-image: url('/images/guide-tool/guide_tool_info_icon.png');
} }
.chat-messages { .chat-messages {

View File

@ -5,7 +5,7 @@
.hc-logo { .hc-logo {
width: 213px; width: 213px;
height: 37px; height: 37px;
background-image: url("../../assets/images/hc-center/hc_logo.gif"); background-image: url('/images/hc-center/hc_logo.gif');
} }
.payday-special { .payday-special {
@ -15,7 +15,7 @@
.payday { .payday {
width: 222px; width: 222px;
height: 150px; height: 150px;
background-image: url("../../assets/images/hc-center/payday.png"); background-image: url('/images/hc-center/payday.png');
z-index: 3; z-index: 3;
color: #6b3502; color: #6b3502;
} }
@ -23,7 +23,7 @@
.clock { .clock {
width: 24px; width: 24px;
height: 24px; height: 24px;
background-image: url("../../assets/images/hc-center/clock.png"); background-image: url('/images/hc-center/clock.png');
} }
.streak-info { .streak-info {
@ -36,7 +36,7 @@
} }
.benefits { .benefits {
background-image: url("../../assets/images/hc-center/benefits.png"); background-image: url('/images/hc-center/benefits.png');
background-position: right top; background-position: right top;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 100%; height: 100%;

View File

@ -3,7 +3,7 @@
width: $help-width; width: $help-width;
.index-image { .index-image {
background: url('../../assets/images/help/help_index.png'); background: url('/images/help/help_index.png');
width: 126px; width: 126px;
height: 105px; height: 105px;
} }

View File

@ -3,7 +3,7 @@
height: $inventory-height; height: $inventory-height;
.empty-image { .empty-image {
background: url('../../assets/images/inventory/empty.png'); background: url('/images/inventory/empty.png');
width: 129px; width: 129px;
height: 181px; height: 181px;
} }

View File

@ -9,7 +9,7 @@
margin: auto; margin: auto;
right: 0; right: 0;
left: 0; left: 0;
background: url('../../assets/images/loading/connecting-duck-spritesheet.png') no-repeat top left; background: url('/images/loading/connecting-duck-spritesheet.png') no-repeat top left;
width: 235px; width: 235px;
height: 127px; height: 127px;
animation: 1.5s connecting-duck infinite step-end; animation: 1.5s connecting-duck infinite step-end;

View File

@ -71,25 +71,25 @@
} }
.word-quiz-dislike { .word-quiz-dislike {
background: url("../../../assets/images/room-widgets/wordquiz-widget/thumbs-down.png"); background: url('/images/room-widgets/wordquiz-widget/thumbs-down.png');
width: 31px; width: 31px;
height: 34px; height: 34px;
} }
.word-quiz-like { .word-quiz-like {
background: url("../../../assets/images/room-widgets/wordquiz-widget/thumbs-up.png"); background: url('/images/room-widgets/wordquiz-widget/thumbs-up.png');
width: 31px; width: 31px;
height: 34px; height: 34px;
} }
.word-quiz-dislike-sm { .word-quiz-dislike-sm {
background: url("../../../assets/images/room-widgets/wordquiz-widget/thumbs-down-small.png"); background: url('/images/room-widgets/wordquiz-widget/thumbs-down-small.png');
width: 22px; width: 22px;
height: 22px; height: 22px;
} }
.word-quiz-like-sm { .word-quiz-like-sm {
background: url("../../../assets/images/room-widgets/wordquiz-widget/thumbs-up-small.png"); background: url('/images/room-widgets/wordquiz-widget/thumbs-up-small.png');
height: 22px; height: 22px;
width: 22px; width: 22px;
} }

View File

@ -7,7 +7,7 @@
align-items: center; align-items: center;
width: 122px; width: 122px;
height: 130px; height: 130px;
background: url('../../../../assets/images/room-widgets/avatar-info/preview-background.png') no-repeat center; background: url('/images/room-widgets/avatar-info/preview-background.png') no-repeat center;
.pet-image { .pet-image {
width: 122px; width: 122px;
@ -17,7 +17,7 @@
.monsterplant-image { .monsterplant-image {
width: 122px; width: 122px;
height: 130px; height: 130px;
background: url('../../../../assets/images/room-widgets/furni-context-menu/monsterplant-preview.png') no-repeat center; background: url('/images/room-widgets/furni-context-menu/monsterplant-preview.png') no-repeat center;
} }
} }
} }

View File

@ -98,16 +98,16 @@
} }
&.bubble-0 { &.bubble-0 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_0_transparent.png'); border-image-source: url('/images/chat/chatbubbles/bubble_0_transparent.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png'); background: url('/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png');
bottom: -5px; bottom: -5px;
} }
} }
&.bubble-1 { &.bubble-1 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_1.png'); border-image-source: url('/images/chat/chatbubbles/bubble_1.png');
border-image-slice: 18 6 6 29 fill; border-image-slice: 18 6 6 29 fill;
border-image-width: 18px 6px 6px 29px; border-image-width: 18px 6px 6px 29px;
@ -122,12 +122,12 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png'); background: url('/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png');
} }
} }
&.bubble-2, &.bubble-31 { &.bubble-2, &.bubble-31 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_2.png'); border-image-source: url('/images/chat/chatbubbles/bubble_2.png');
.user-container { .user-container {
display: none; display: none;
@ -142,53 +142,53 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_2_31_pointer.png'); background: url('/images/chat/chatbubbles/bubble_2_31_pointer.png');
height: 7px; height: 7px;
} }
} }
&.bubble-3 { &.bubble-3 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_3.png'); border-image-source: url('/images/chat/chatbubbles/bubble_3.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_3_pointer.png'); background: url('/images/chat/chatbubbles/bubble_3_pointer.png');
} }
} }
&.bubble-4 { &.bubble-4 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_4.png'); border-image-source: url('/images/chat/chatbubbles/bubble_4.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_4_pointer.png'); background: url('/images/chat/chatbubbles/bubble_4_pointer.png');
} }
} }
&.bubble-5 { &.bubble-5 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_5.png'); border-image-source: url('/images/chat/chatbubbles/bubble_5.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_5_pointer.png'); background: url('/images/chat/chatbubbles/bubble_5_pointer.png');
} }
} }
&.bubble-6 { &.bubble-6 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_6.png'); border-image-source: url('/images/chat/chatbubbles/bubble_6.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_6_pointer.png'); background: url('/images/chat/chatbubbles/bubble_6_pointer.png');
} }
} }
&.bubble-7 { &.bubble-7 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_7.png'); border-image-source: url('/images/chat/chatbubbles/bubble_7.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_7_pointer.png'); background: url('/images/chat/chatbubbles/bubble_7_pointer.png');
} }
} }
&.bubble-8 { &.bubble-8 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_8.png'); border-image-source: url('/images/chat/chatbubbles/bubble_8.png');
border-image-slice: 20 6 6 27 fill; border-image-slice: 20 6 6 27 fill;
border-image-width: 20px 6px 6px 27px; border-image-width: 20px 6px 6px 27px;
@ -199,12 +199,12 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_8_pointer.png'); background: url('/images/chat/chatbubbles/bubble_8_pointer.png');
} }
} }
&.bubble-9 { &.bubble-9 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_9.png'); border-image-source: url('/images/chat/chatbubbles/bubble_9.png');
border-image-slice: 17 18 12 19 fill; border-image-slice: 17 18 12 19 fill;
border-image-width: 17px 18px 12px 19px; border-image-width: 17px 18px 12px 19px;
@ -215,7 +215,7 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_9_pointer.png'); background: url('/images/chat/chatbubbles/bubble_9_pointer.png');
width: 7px; width: 7px;
height: 10px; height: 10px;
bottom: -6px; bottom: -6px;
@ -223,7 +223,7 @@
} }
&.bubble-10 { &.bubble-10 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_10.png'); border-image-source: url('/images/chat/chatbubbles/bubble_10.png');
border-image-slice: 29 18 8 37 fill; border-image-slice: 29 18 8 37 fill;
border-image-width: 29px 18px 8px 37px; border-image-width: 29px 18px 8px 37px;
@ -235,7 +235,7 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_10_pointer.png'); background: url('/images/chat/chatbubbles/bubble_10_pointer.png');
width: 7px; width: 7px;
height: 8px; height: 8px;
bottom: -3px; bottom: -3px;
@ -243,80 +243,80 @@
} }
&.bubble-11 { &.bubble-11 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_11.png'); border-image-source: url('/images/chat/chatbubbles/bubble_11.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_11_pointer.png'); background: url('/images/chat/chatbubbles/bubble_11_pointer.png');
} }
} }
&.bubble-12 { &.bubble-12 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_12.png'); border-image-source: url('/images/chat/chatbubbles/bubble_12.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_12_pointer.png'); background: url('/images/chat/chatbubbles/bubble_12_pointer.png');
} }
} }
&.bubble-13 { &.bubble-13 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_13.png'); border-image-source: url('/images/chat/chatbubbles/bubble_13.png');
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_13_pointer.png'); background: url('/images/chat/chatbubbles/bubble_13_pointer.png');
} }
} }
&.bubble-14 { &.bubble-14 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_14.png'); border-image-source: url('/images/chat/chatbubbles/bubble_14.png');
.chat-content { .chat-content {
color: #fff; color: #fff;
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_14_pointer.png'); background: url('/images/chat/chatbubbles/bubble_14_pointer.png');
} }
} }
&.bubble-15 { &.bubble-15 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_15.png'); border-image-source: url('/images/chat/chatbubbles/bubble_15.png');
.chat-content { .chat-content {
color: #fff; color: #fff;
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_15_pointer.png'); background: url('/images/chat/chatbubbles/bubble_15_pointer.png');
} }
} }
&.bubble-16 { &.bubble-16 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_16.png'); border-image-source: url('/images/chat/chatbubbles/bubble_16.png');
border-image-slice: 13 6 10 31 fill; border-image-slice: 13 6 10 31 fill;
border-image-width: 13px 6px 10px 31px; border-image-width: 13px 6px 10px 31px;
border-image-outset: 6px 0px 0px 0px; border-image-outset: 6px 0px 0px 0px;
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_16_pointer.png'); background: url('/images/chat/chatbubbles/bubble_16_pointer.png');
height: 8px; height: 8px;
} }
} }
&.bubble-17 { &.bubble-17 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_17.png'); border-image-source: url('/images/chat/chatbubbles/bubble_17.png');
border-image-slice: 24 6 8 35 fill; border-image-slice: 24 6 8 35 fill;
border-image-width: 24px 6px 8px 35px; border-image-width: 24px 6px 8px 35px;
border-image-outset: 9px 0px 2px 5px; border-image-outset: 9px 0px 2px 5px;
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_17_pointer.png'); background: url('/images/chat/chatbubbles/bubble_17_pointer.png');
} }
} }
&.bubble-18 { &.bubble-18 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_18.png'); border-image-source: url('/images/chat/chatbubbles/bubble_18.png');
border-image-slice: 7 16 8 16 fill; border-image-slice: 7 16 8 16 fill;
border-image-width: 7px 16px 8px 16px; border-image-width: 7px 16px 8px 16px;
@ -327,13 +327,13 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_18_pointer.png'); background: url('/images/chat/chatbubbles/bubble_18_pointer.png');
height: 8px; height: 8px;
} }
} }
&.bubble-19 { &.bubble-19 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_19.png'); border-image-source: url('/images/chat/chatbubbles/bubble_19.png');
border-image-slice: 17 6 9 19 fill; border-image-slice: 17 6 9 19 fill;
border-image-width: 17px 6px 9px 19px; border-image-width: 17px 6px 9px 19px;
@ -344,12 +344,12 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_19_20_pointer.png'); background: url('/images/chat/chatbubbles/bubble_19_20_pointer.png');
} }
} }
&.bubble-20 { &.bubble-20 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_20.png'); border-image-source: url('/images/chat/chatbubbles/bubble_20.png');
border-image-slice: 18 6 8 19 fill; border-image-slice: 18 6 8 19 fill;
border-image-width: 18px 6px 8px 19px; border-image-width: 18px 6px 8px 19px;
@ -360,12 +360,12 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_19_20_pointer.png'); background: url('/images/chat/chatbubbles/bubble_19_20_pointer.png');
} }
} }
&.bubble-21 { &.bubble-21 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_21.png'); border-image-source: url('/images/chat/chatbubbles/bubble_21.png');
border-image-slice: 20 6 12 24 fill; border-image-slice: 20 6 12 24 fill;
border-image-width: 20px 6px 12px 24px; border-image-width: 20px 6px 12px 24px;
@ -376,13 +376,13 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_21_pointer.png'); background: url('/images/chat/chatbubbles/bubble_21_pointer.png');
bottom: -4px; bottom: -4px;
} }
} }
&.bubble-22 { &.bubble-22 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_22.png'); border-image-source: url('/images/chat/chatbubbles/bubble_22.png');
border-image-slice: 18 19 11 33 fill; border-image-slice: 18 19 11 33 fill;
border-image-width: 18px 19px 11px 33px; border-image-width: 18px 19px 11px 33px;
@ -393,24 +393,24 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_22_pointer.png'); background: url('/images/chat/chatbubbles/bubble_22_pointer.png');
} }
} }
&.bubble-23 { &.bubble-23 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_23.png'); border-image-source: url('/images/chat/chatbubbles/bubble_23.png');
border-image-slice: 16 6 7 32 fill; border-image-slice: 16 6 7 32 fill;
border-image-width: 16px 6px 7px 32px; border-image-width: 16px 6px 7px 32px;
border-image-outset: 5px 0px 0px 3px; border-image-outset: 5px 0px 0px 3px;
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_23_37_pointer.png'); background: url('/images/chat/chatbubbles/bubble_23_37_pointer.png');
} }
} }
&.bubble-24 { &.bubble-24 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_24.png'); border-image-source: url('/images/chat/chatbubbles/bubble_24.png');
border-image-slice: 23 8 6 40 fill; border-image-slice: 23 8 6 40 fill;
border-image-width: 23px 8px 6px 40px; border-image-width: 23px 8px 6px 40px;
@ -422,13 +422,13 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_24_pointer.png'); background: url('/images/chat/chatbubbles/bubble_24_pointer.png');
bottom: -4px; bottom: -4px;
} }
} }
&.bubble-25 { &.bubble-25 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_25.png'); border-image-source: url('/images/chat/chatbubbles/bubble_25.png');
border-image-slice: 10 13 8 28 fill; border-image-slice: 10 13 8 28 fill;
border-image-width: 10px 13px 8px 28px; border-image-width: 10px 13px 8px 28px;
@ -439,14 +439,14 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_25_pointer.png'); background: url('/images/chat/chatbubbles/bubble_25_pointer.png');
height: 9px; height: 9px;
bottom: -7px; bottom: -7px;
} }
} }
&.bubble-26 { &.bubble-26 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_26.png'); border-image-source: url('/images/chat/chatbubbles/bubble_26.png');
border-image-slice: 16 9 8 29 fill; border-image-slice: 16 9 8 29 fill;
border-image-width: 16px 9px 8px 29px; border-image-width: 16px 9px 8px 29px;
@ -458,14 +458,14 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_26_pointer.png'); background: url('/images/chat/chatbubbles/bubble_26_pointer.png');
height: 10px; height: 10px;
bottom: -6px; bottom: -6px;
} }
} }
&.bubble-27 { &.bubble-27 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_27.png'); border-image-source: url('/images/chat/chatbubbles/bubble_27.png');
border-image-slice: 25 6 5 36 fill; border-image-slice: 25 6 5 36 fill;
border-image-width: 25px 6px 5px 36px; border-image-width: 25px 6px 5px 36px;
@ -477,12 +477,12 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_27_pointer.png'); background: url('/images/chat/chatbubbles/bubble_27_pointer.png');
} }
} }
&.bubble-28 { &.bubble-28 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_28.png'); border-image-source: url('/images/chat/chatbubbles/bubble_28.png');
border-image-slice: 16 7 7 27 fill; border-image-slice: 16 7 7 27 fill;
border-image-width: 16px 7px 7px 27px; border-image-width: 16px 7px 7px 27px;
@ -493,50 +493,50 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_28_pointer.png'); background: url('/images/chat/chatbubbles/bubble_28_pointer.png');
} }
} }
&.bubble-29 { &.bubble-29 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_29.png'); border-image-source: url('/images/chat/chatbubbles/bubble_29.png');
border-image-slice: 10 7 15 31 fill; border-image-slice: 10 7 15 31 fill;
border-image-width: 10px 7px 15px 31px; border-image-width: 10px 7px 15px 31px;
border-image-outset: 2px 0px 0px 1px; border-image-outset: 2px 0px 0px 1px;
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_29_pointer.png'); background: url('/images/chat/chatbubbles/bubble_29_pointer.png');
bottom: -4px; bottom: -4px;
} }
} }
&.bubble-30 { &.bubble-30 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_30.png'); border-image-source: url('/images/chat/chatbubbles/bubble_30.png');
.user-container { .user-container {
display: none; display: none;
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_30_pointer.png'); background: url('/images/chat/chatbubbles/bubble_30_pointer.png');
height: 7px; height: 7px;
} }
} }
&.bubble-32 { &.bubble-32 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_32.png'); border-image-source: url('/images/chat/chatbubbles/bubble_32.png');
border-image-slice: 15 7 7 30 fill; border-image-slice: 15 7 7 30 fill;
border-image-width: 15px 7px 7px 30px; border-image-width: 15px 7px 7px 30px;
border-image-outset: 2px 0px 0px 0px; border-image-outset: 2px 0px 0px 0px;
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_32_pointer.png'); background: url('/images/chat/chatbubbles/bubble_32_pointer.png');
} }
} }
&.bubble-33 { &.bubble-33 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_33_34.png'); border-image-source: url('/images/chat/chatbubbles/bubble_33_34.png');
border-image-slice: 7 6 6 39 fill; border-image-slice: 7 6 6 39 fill;
border-image-width: 7px 6px 6px 39px; border-image-width: 7px 6px 6px 39px;
@ -557,16 +557,16 @@
height: 19px; height: 19px;
left: 9px; left: 9px;
top: 2px; top: 2px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_33_extra.png'); background: url('/images/chat/chatbubbles/bubble_33_extra.png');
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png'); background: url('/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png');
} }
} }
&.bubble-34 { &.bubble-34 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_33_34.png'); border-image-source: url('/images/chat/chatbubbles/bubble_33_34.png');
border-image-slice: 7 6 6 39 fill; border-image-slice: 7 6 6 39 fill;
border-image-width: 7px 6px 6px 39px; border-image-width: 7px 6px 6px 39px;
@ -599,16 +599,16 @@
height: 19px; height: 19px;
left: 9px; left: 9px;
top: 2px; top: 2px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_34_extra.png'); background: url('/images/chat/chatbubbles/bubble_34_extra.png');
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png'); background: url('/images/chat/chatbubbles/bubble_0_1_33_34_pointer.png');
} }
} }
&.bubble-35 { &.bubble-35 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_35.png'); border-image-source: url('/images/chat/chatbubbles/bubble_35.png');
border-image-slice: 19 6 5 29 fill; border-image-slice: 19 6 5 29 fill;
border-image-width: 19px 6px 5px 29px; border-image-width: 19px 6px 5px 29px;
@ -619,12 +619,12 @@
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_35_pointer.png'); background: url('/images/chat/chatbubbles/bubble_35_pointer.png');
} }
} }
&.bubble-36 { &.bubble-36 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_36.png'); border-image-source: url('/images/chat/chatbubbles/bubble_36.png');
border-image-slice: 17 7 5 30 fill; border-image-slice: 17 7 5 30 fill;
border-image-width: 17px 7px 5px 30px; border-image-width: 17px 7px 5px 30px;
@ -641,28 +641,28 @@
height: 18px; height: 18px;
left: 5px; left: 5px;
top: 2px; top: 2px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_36_extra.png'); background: url('/images/chat/chatbubbles/bubble_36_extra.png');
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_36_pointer.png'); background: url('/images/chat/chatbubbles/bubble_36_pointer.png');
} }
} }
&.bubble-37 { &.bubble-37 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_37.png'); border-image-source: url('/images/chat/chatbubbles/bubble_37.png');
border-image-slice: 16 6 7 32 fill; border-image-slice: 16 6 7 32 fill;
border-image-width: 16px 6px 7px 32px; border-image-width: 16px 6px 7px 32px;
border-image-outset: 5px 0px 0px 3px; border-image-outset: 5px 0px 0px 3px;
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_23_37_pointer.png'); background: url('/images/chat/chatbubbles/bubble_23_37_pointer.png');
} }
} }
&.bubble-38 { &.bubble-38 {
border-image-source: url('../../../../assets/images/chat/chatbubbles/bubble_38.png'); border-image-source: url('/images/chat/chatbubbles/bubble_38.png');
border-image-slice: 17 7 5 30 fill; border-image-slice: 17 7 5 30 fill;
border-image-width: 17px 7px 5px 30px; border-image-width: 17px 7px 5px 30px;
@ -679,11 +679,11 @@
height: 19px; height: 19px;
left: 3px; left: 3px;
top: 2px; top: 2px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_38_extra.png'); background: url('/images/chat/chatbubbles/bubble_38_extra.png');
} }
.pointer { .pointer {
background: url('../../../../assets/images/chat/chatbubbles/bubble_38_pointer.png'); background: url('/images/chat/chatbubbles/bubble_38_pointer.png');
} }
} }
@ -725,136 +725,136 @@
background-position: center; background-position: center;
&.bubble-0 { &.bubble-0 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_0.png'); background-image: url('/images/chat/chatbubbles/bubble_0.png');
} }
&.bubble-1 { &.bubble-1 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_1.png'); background-image: url('/images/chat/chatbubbles/bubble_1.png');
height: 25px; height: 25px;
} }
&.bubble-2, &.bubble-31 { &.bubble-2, &.bubble-31 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_2.png'); background-image: url('/images/chat/chatbubbles/bubble_2.png');
} }
&.bubble-3 { &.bubble-3 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_3.png'); background-image: url('/images/chat/chatbubbles/bubble_3.png');
} }
&.bubble-4 { &.bubble-4 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_4.png'); background-image: url('/images/chat/chatbubbles/bubble_4.png');
} }
&.bubble-5 { &.bubble-5 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_5.png'); background-image: url('/images/chat/chatbubbles/bubble_5.png');
} }
&.bubble-6 { &.bubble-6 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_6.png'); background-image: url('/images/chat/chatbubbles/bubble_6.png');
} }
&.bubble-7 { &.bubble-7 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_7.png'); background-image: url('/images/chat/chatbubbles/bubble_7.png');
} }
&.bubble-8 { &.bubble-8 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_8.png'); background-image: url('/images/chat/chatbubbles/bubble_8.png');
} }
&.bubble-9 { &.bubble-9 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_9.png'); background-image: url('/images/chat/chatbubbles/bubble_9.png');
} }
&.bubble-10 { &.bubble-10 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_10.png'); background-image: url('/images/chat/chatbubbles/bubble_10.png');
} }
&.bubble-11 { &.bubble-11 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_11.png'); background-image: url('/images/chat/chatbubbles/bubble_11.png');
} }
&.bubble-12 { &.bubble-12 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_12.png'); background-image: url('/images/chat/chatbubbles/bubble_12.png');
} }
&.bubble-13 { &.bubble-13 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_13.png'); background-image: url('/images/chat/chatbubbles/bubble_13.png');
} }
&.bubble-14 { &.bubble-14 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_14.png'); background-image: url('/images/chat/chatbubbles/bubble_14.png');
} }
&.bubble-15 { &.bubble-15 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_15.png'); background-image: url('/images/chat/chatbubbles/bubble_15.png');
} }
&.bubble-16 { &.bubble-16 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_16.png'); background-image: url('/images/chat/chatbubbles/bubble_16.png');
} }
&.bubble-17 { &.bubble-17 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_17.png'); background-image: url('/images/chat/chatbubbles/bubble_17.png');
} }
&.bubble-18 { &.bubble-18 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_18.png'); background-image: url('/images/chat/chatbubbles/bubble_18.png');
} }
&.bubble-19 { &.bubble-19 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_19.png'); background-image: url('/images/chat/chatbubbles/bubble_19.png');
} }
&.bubble-20 { &.bubble-20 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_20.png'); background-image: url('/images/chat/chatbubbles/bubble_20.png');
} }
&.bubble-21 { &.bubble-21 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_21.png'); background-image: url('/images/chat/chatbubbles/bubble_21.png');
} }
&.bubble-22 { &.bubble-22 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_22.png'); background-image: url('/images/chat/chatbubbles/bubble_22.png');
} }
&.bubble-23 { &.bubble-23 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_23.png'); background-image: url('/images/chat/chatbubbles/bubble_23.png');
} }
&.bubble-24 { &.bubble-24 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_24.png'); background-image: url('/images/chat/chatbubbles/bubble_24.png');
} }
&.bubble-25 { &.bubble-25 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_25.png'); background-image: url('/images/chat/chatbubbles/bubble_25.png');
} }
&.bubble-26 { &.bubble-26 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_26.png'); background-image: url('/images/chat/chatbubbles/bubble_26.png');
} }
&.bubble-27 { &.bubble-27 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_27.png'); background-image: url('/images/chat/chatbubbles/bubble_27.png');
} }
&.bubble-28 { &.bubble-28 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_28.png'); background-image: url('/images/chat/chatbubbles/bubble_28.png');
} }
&.bubble-29 { &.bubble-29 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_29.png'); background-image: url('/images/chat/chatbubbles/bubble_29.png');
} }
&.bubble-30 { &.bubble-30 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_30.png'); background-image: url('/images/chat/chatbubbles/bubble_30.png');
} }
&.bubble-32 { &.bubble-32 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_32.png'); background-image: url('/images/chat/chatbubbles/bubble_32.png');
} }
&.bubble-33 { &.bubble-33 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_33_34.png'); background-image: url('/images/chat/chatbubbles/bubble_33_34.png');
&::before { &::before {
content: ' '; content: ' ';
@ -863,12 +863,12 @@
height: 19px; height: 19px;
left: 11px; left: 11px;
top: 10px; top: 10px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_33_extra.png'); background: url('/images/chat/chatbubbles/bubble_33_extra.png');
} }
} }
&.bubble-34 { &.bubble-34 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_33_34.png'); background-image: url('/images/chat/chatbubbles/bubble_33_34.png');
&::before { &::before {
content: ' '; content: ' ';
@ -877,16 +877,16 @@
height: 19px; height: 19px;
left: 11px; left: 11px;
top: 10px; top: 10px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_34_extra.png'); background: url('/images/chat/chatbubbles/bubble_34_extra.png');
} }
} }
&.bubble-35 { &.bubble-35 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_35.png'); background-image: url('/images/chat/chatbubbles/bubble_35.png');
} }
&.bubble-36 { &.bubble-36 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_36.png'); background-image: url('/images/chat/chatbubbles/bubble_36.png');
&::before { &::before {
content: ' '; content: ' ';
@ -895,16 +895,16 @@
height: 18px; height: 18px;
left: 13px; left: 13px;
top: 10px; top: 10px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_36_extra.png'); background: url('/images/chat/chatbubbles/bubble_36_extra.png');
} }
} }
&.bubble-37 { &.bubble-37 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_35.png'); background-image: url('/images/chat/chatbubbles/bubble_35.png');
} }
&.bubble-38 { &.bubble-38 {
background-image: url('../../../../assets/images/chat/chatbubbles/bubble_38.png'); background-image: url('/images/chat/chatbubbles/bubble_38.png');
&::before { &::before {
content: ' '; content: ' ';
@ -913,7 +913,7 @@
height: 19px; height: 19px;
left: 11px; left: 11px;
top: 10px; top: 10px;
background: url('../../../../assets/images/chat/chatbubbles/bubble_38_extra.png'); background: url('/images/chat/chatbubbles/bubble_38_extra.png');
} }
} }
} }

View File

@ -17,7 +17,7 @@
.dimmer-banner { .dimmer-banner {
width: 56px; width: 56px;
height: 79px; height: 79px;
background: url('../../../../assets/images/room-widgets/dimmer-widget/dimmer_banner.png') center no-repeat; background: url('/images/room-widgets/dimmer-widget/dimmer_banner.png') center no-repeat;
} }
.color-swatch { .color-swatch {
@ -36,7 +36,7 @@
height: $nitro-widget-exchange-credit-height; height: $nitro-widget-exchange-credit-height;
.exchange-image { .exchange-image {
background-image: url('../../../../assets/images/room-widgets/exchange-credit/exchange-credit-image.png'); background-image: url('/images/room-widgets/exchange-credit/exchange-credit-image.png');
width: 103px; width: 103px;
height: 103px; height: 103px;
} }
@ -63,7 +63,7 @@
align-items: center; align-items: center;
width: 83px; width: 83px;
height: 130px; height: 130px;
background-image: url('../../../../assets/images/room-widgets/mannequin-widget/mannequin-spritesheet.png'); background-image: url('/images/room-widgets/mannequin-widget/mannequin-spritesheet.png');
overflow: hidden; overflow: hidden;
} }

View File

@ -5,14 +5,14 @@
width: 31px; width: 31px;
height: 39px; height: 39px;
background-position: -380px -43px; background-position: -380px -43px;
background-image: url('../../../../../assets/images/room-widgets/engraving-lock-widget/engraving-lock-spritesheet.png'); background-image: url('..//images/room-widgets/engraving-lock-widget/engraving-lock-spritesheet.png');
} }
.engraving-lock-stage-2 { .engraving-lock-stage-2 {
width: 36px; width: 36px;
height: 43px; height: 43px;
background-position: -375px 0px; background-position: -375px 0px;
background-image: url('../../../../../assets/images/room-widgets/engraving-lock-widget/engraving-lock-spritesheet.png'); background-image: url('..//images/room-widgets/engraving-lock-widget/engraving-lock-spritesheet.png');
} }
} }
@ -20,7 +20,7 @@
width: 375px; width: 375px;
height: 210px; height: 210px;
background-position: 0px 0px; background-position: 0px 0px;
background-image: url('../../../../../assets/images/room-widgets/engraving-lock-widget/engraving-lock-spritesheet.png'); background-image: url('..//images/room-widgets/engraving-lock-widget/engraving-lock-spritesheet.png');
color: #622e54; color: #622e54;
font-weight: bold; font-weight: bold;

View File

@ -58,7 +58,7 @@
} }
.nitro-stickie-image { .nitro-stickie-image {
background-image: url('../../../../../assets/images/room-widgets/stickie-widget/stickie-spritesheet.png'); background-image: url('..//images/room-widgets/stickie-widget/stickie-spritesheet.png');
&.stickie-blue, &.stickie-blue,
&.stickie-yellow, &.stickie-yellow,
@ -73,7 +73,7 @@
} }
&.stickie-yellow { &.stickie-yellow {
background-image: url('../../../../../assets/images/room-widgets/stickie-widget/stickie-yellow.png'); background-image: url('..//images/room-widgets/stickie-widget/stickie-yellow.png');
//background-position: -191px -184px; //background-position: -191px -184px;
} }

View File

@ -35,7 +35,7 @@
} }
&.bot { &.bot {
background-image: url('../../../../assets/images/infostand/bot_background.png'); background-image: url('/images/infostand/bot_background.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
} }

View File

@ -44,7 +44,7 @@
} }
.no-group-spritesheet { .no-group-spritesheet {
background: transparent url('../../assets/images/groups/no-group-spritesheet.png') no-repeat; background: transparent url('/images/groups/no-group-spritesheet.png') no-repeat;
&.image-1 { &.image-1 {
width: 95px; width: 95px;

View File

@ -8,47 +8,47 @@
&.icon-mv-1 { &.icon-mv-1 {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_around.png'); background-image: url('/images/wired/icon_wired_around.png');
} }
&.icon-mv-2 { &.icon-mv-2 {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_up_down.png'); background-image: url('/images/wired/icon_wired_up_down.png');
} }
&.icon-mv-3 { &.icon-mv-3 {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_left_right.png'); background-image: url('/images/wired/icon_wired_left_right.png');
} }
&.icon-ne { &.icon-ne {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_north_east.png'); background-image: url('/images/wired/icon_wired_north_east.png');
} }
&.icon-se { &.icon-se {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_south_east.png'); background-image: url('/images/wired/icon_wired_south_east.png');
} }
&.icon-sw { &.icon-sw {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_south_west.png'); background-image: url('/images/wired/icon_wired_south_west.png');
} }
&.icon-nw { &.icon-nw {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_north_west.png'); background-image: url('/images/wired/icon_wired_north_west.png');
} }
&.icon-rot-1 { &.icon-rot-1 {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_rotate_clockwise.png'); background-image: url('/images/wired/icon_wired_rotate_clockwise.png');
} }
&.icon-rot-2 { &.icon-rot-2 {
width: 16px; width: 16px;
height: 9px; height: 9px;
background-image: url('../../assets/images/wired/icon_wired_rotate_counter_clockwise.png'); background-image: url('/images/wired/icon_wired_rotate_counter_clockwise.png');
} }
} }
@ -117,7 +117,7 @@
height: 6px; height: 6px;
width: 6px; width: 6px;
position: absolute; position: absolute;
background-image: url('../../assets/images/wired/card-action-corners.png'); background-image: url('/images/wired/card-action-corners.png');
} }
&::before { &::before {

View File

@ -1,7 +1,7 @@
// Variables // Variables
// -------------------------- // --------------------------
$fa-font-path: "webfonts" !default; $fa-font-path: "/webfonts" !default;
$fa-font-size-base: 16px !default; $fa-font-size-base: 16px !default;
$fa-font-display: block !default; $fa-font-display: block !default;
$fa-css-prefix: fa !default; $fa-css-prefix: fa !default;

View File

@ -1095,7 +1095,7 @@
exec-sh "^0.3.2" exec-sh "^0.3.2"
minimist "^1.2.0" minimist "^1.2.0"
"@craco/craco@^6.3.0": "@craco/craco@^6.4.3":
version "6.4.3" version "6.4.3"
resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-6.4.3.tgz#784395b6ebab764056550a2860494d24c3abd44e" resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-6.4.3.tgz#784395b6ebab764056550a2860494d24c3abd44e"
integrity sha512-RzkXYmNzRCGUyG7mM+IUMM+nvrpSfA34352sPSGQN76UivAmCAht3sI4v5JKgzO05oUK9Zwi6abCKD7iKXI8hQ== integrity sha512-RzkXYmNzRCGUyG7mM+IUMM+nvrpSfA34352sPSGQN76UivAmCAht3sI4v5JKgzO05oUK9Zwi6abCKD7iKXI8hQ==