fancy-font is renamed to main and now used

This commit is contained in:
undergroundwires
2020-01-09 18:54:01 +01:00
parent ed872ef3d9
commit 6825001c61
5 changed files with 6 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ export default class CardList extends StatefulVue {
.cards {
display: flex;
flex-flow: row wrap;
font-family: $main-font;
.card {
}
@@ -57,6 +58,6 @@ export default class CardList extends StatefulVue {
width: 100%;
text-align: center;
font-size: 3.5em;
font: $normal-font;
font-family: $normal-font;
}
</style>

View File

@@ -1,6 +1,6 @@
<template>
<div class="container">
<div class="part">Select:</div>
<div class="part select">Select:</div>
<div class="part">
<SelectableOption
label="None"
@@ -95,7 +95,6 @@ export default class TheSelector extends StatefulVue {
flex-direction: row;
flex-wrap: wrap;
align-items:flex-start;
.part {
display: flex;
margin-right:5px;