107 lines
1.3 KiB
SCSS
107 lines
1.3 KiB
SCSS
@import './common.scss';
|
|
|
|
|
|
|
|
.main {
|
|
flex: 1;
|
|
|
|
.table-info {
|
|
width: 100%;
|
|
height: 64px;
|
|
|
|
i {color:var(--color-red-1);}
|
|
|
|
.download {
|
|
margin-left:32px;
|
|
}
|
|
}
|
|
|
|
.search {
|
|
width: 100%;
|
|
|
|
.field {
|
|
margin-top: 16px;
|
|
|
|
&.result {
|
|
line-height: 2;
|
|
font-family: Menlo;
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
wc-input {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.about {
|
|
padding:32px 16px;
|
|
|
|
|
|
h2 {
|
|
font-size:24px;
|
|
}
|
|
|
|
.logs {
|
|
|
|
.version {
|
|
margin-top:32px;
|
|
line-height:2;
|
|
font-weight:bold;
|
|
font-size:18px;
|
|
}
|
|
|
|
dd {
|
|
color:var(--color-grey-3);
|
|
}
|
|
|
|
ol {
|
|
padding-left:2em;
|
|
list-style: decimal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.download-layer {
|
|
width:640px;
|
|
height:480px;
|
|
background:#fff;
|
|
|
|
.field {
|
|
padding:0 16px;
|
|
|
|
.label {
|
|
width:120px;
|
|
padding-right:16px;
|
|
line-height: 32px;
|
|
text-align:right;
|
|
font-weight:bold;
|
|
color:var(--color-grey-3);
|
|
|
|
&::after {
|
|
content:" : ";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
.topbar,
|
|
.main {
|
|
padding: 0 16px;
|
|
}
|
|
|
|
.footer {
|
|
.wrapper {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|