移除组件中自定义字体
This commit is contained in:
parent
e5baaca9d5
commit
c3dd9c5f86
@ -690,7 +690,6 @@ export default class extends Vue {
|
||||
margin-top: 1.5em;
|
||||
|
||||
.description {
|
||||
font-family: 'Oxanium', cursive;
|
||||
font-weight: bold;
|
||||
font-size: 1.25em;
|
||||
line-height: 1.4;
|
||||
@ -715,7 +714,6 @@ export default class extends Vue {
|
||||
border-radius: 0.375em;
|
||||
font-size: inherit;
|
||||
span {
|
||||
font-family: 'Oxanium', cursive;
|
||||
font-weight: bolder;
|
||||
font-size: 1.5em;
|
||||
color: #000000;
|
||||
|
@ -160,7 +160,6 @@ export default class extends Vue {
|
||||
|
||||
.container{
|
||||
color: white;
|
||||
font-family: 'title',serif;
|
||||
width: 100vw;
|
||||
max-width: 1920px;
|
||||
max-height: 910px;
|
||||
@ -197,7 +196,6 @@ export default class extends Vue {
|
||||
}
|
||||
.owner-info {
|
||||
display: flex;
|
||||
font-family: 'zitic',serif;
|
||||
flex-direction: column;
|
||||
background-image: url("../../assets/main/detail/border-bg-1.png");
|
||||
background-size: contain;
|
||||
@ -243,7 +241,6 @@ export default class extends Vue {
|
||||
|
||||
.right-part{
|
||||
width: 35%;
|
||||
font-family: 'zitic',serif;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -82,7 +82,6 @@ export default class extends Vue {
|
||||
}
|
||||
}
|
||||
.card-root{
|
||||
font-family: 'zitic',serif;
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -155,7 +154,6 @@ export default class extends Vue {
|
||||
width: 100%;
|
||||
.nft-id {
|
||||
width: 90%;
|
||||
font-family: 'zitic',serif;
|
||||
color: #46E0F4;
|
||||
text-decoration: none;
|
||||
margin-bottom: 5px;
|
||||
|
@ -190,7 +190,6 @@ $height: 18.33em;
|
||||
bottom: $height * 100 / 389;
|
||||
}
|
||||
.name-label {
|
||||
font-family: 'title',serif;
|
||||
color: white;
|
||||
text-transform:capitalize;
|
||||
font-size: $width * 40 / 390;
|
||||
|
@ -264,7 +264,6 @@ export default class extends Vue {
|
||||
}
|
||||
.walletBtn {
|
||||
font-size: 18px;
|
||||
font-family: zitic,serif;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
line-height: 80px;
|
||||
|
@ -121,7 +121,6 @@ export default class extends Vue {
|
||||
.name {
|
||||
font-size: 1.125em;
|
||||
margin-bottom: 0.5em;
|
||||
font-family: 'Oxanium', monospace;
|
||||
}
|
||||
|
||||
.divCode {
|
||||
|
Loading…
x
Reference in New Issue
Block a user