|
@@ -7,7 +7,7 @@
|
|
|
v-if="!hideTest"
|
|
|
style="background-color:lightgreen;"
|
|
|
>
|
|
|
- <span class="test-germania">For test</span>
|
|
|
+ <span class="title-medieval">For tests</span>
|
|
|
<br />
|
|
|
<button
|
|
|
class="btn btn-primary custom-button"
|
|
@@ -53,7 +53,7 @@ export default {
|
|
|
display: 'app-menu',
|
|
|
username: '',
|
|
|
onlineGameId: -1,
|
|
|
- hideTest: false
|
|
|
+ hideTest: true
|
|
|
};
|
|
|
},
|
|
|
components: {
|
|
@@ -81,14 +81,14 @@ export default {
|
|
|
<style scoped lang="scss">
|
|
|
@import './styles/fonts/fonts.scss';
|
|
|
|
|
|
-.test-germania {
|
|
|
- font-family: GermaniaOne, cursive;
|
|
|
+.title-medieval {
|
|
|
+ font-family: MedievalSharp, cursive;
|
|
|
font-size: 30px;
|
|
|
font-weight: bold;
|
|
|
text-transform: capitalize;
|
|
|
}
|
|
|
.custom-button {
|
|
|
- font-family: OncialePh, cursive;
|
|
|
+ font-family: MedievalSharp, cursive;
|
|
|
font-size: 20px;
|
|
|
background-color: transparent;
|
|
|
color: red;
|