Structure legacy-compatible frontend CSS
This commit is contained in:
@@ -39,7 +39,7 @@ defineProps<{
|
||||
width: calc(100% + 48px);
|
||||
margin-left: -24px;
|
||||
background-color: #302016;
|
||||
background-image: url('/image/game/back_walnut.jpg');
|
||||
background-image: var(--sammo-texture-walnut);
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -266,7 +266,7 @@ const forwardResponse = (messageId: number, response: boolean) => {
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 4fr) minmax(0, 1fr);
|
||||
grid-template-areas: 'mailbox input submit';
|
||||
background-color: #302016;
|
||||
background-image: url('/image/game/back_walnut.jpg');
|
||||
background-image: var(--sammo-texture-walnut);
|
||||
}
|
||||
|
||||
#mailbox_list-col {
|
||||
@@ -347,7 +347,7 @@ const forwardResponse = (messageId: number, response: boolean) => {
|
||||
align-items: center;
|
||||
outline: 1px solid gray;
|
||||
background-color: #302016;
|
||||
background-image: url('/image/game/back_walnut.jpg');
|
||||
background-image: var(--sammo-texture-walnut);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ defineProps<{
|
||||
border-top: 1px solid gray;
|
||||
border-bottom: 1px solid gray;
|
||||
background-color: #14241b;
|
||||
background-image: url('/image/game/back_green.jpg');
|
||||
background-image: var(--sammo-texture-green);
|
||||
color: #fff;
|
||||
font: inherit;
|
||||
text-align: center;
|
||||
|
||||
@@ -28,7 +28,7 @@ defineProps<Props>();
|
||||
.panel-card {
|
||||
border: 1px solid gray;
|
||||
background-color: #302016;
|
||||
background-image: url('/image/game/back_walnut.jpg');
|
||||
background-image: var(--sammo-texture-walnut);
|
||||
}
|
||||
|
||||
.panel-header {
|
||||
@@ -38,7 +38,7 @@ defineProps<Props>();
|
||||
gap: 8px;
|
||||
border-bottom: 1px solid gray;
|
||||
background-color: #14241b;
|
||||
background-image: url('/image/game/back_green.jpg');
|
||||
background-image: var(--sammo-texture-green);
|
||||
padding: 3px 6px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user