Remove unused style

This commit is contained in:
Matthias 2020-05-21 19:48:53 +02:00
parent 87dfdf8e0e
commit 896a9e01df
2 changed files with 2 additions and 6 deletions

View File

@ -10,6 +10,5 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
</style>

View File

@ -1,5 +1,5 @@
<template>
<div class="container-fluid">
<div class="container-fluid h-100">
<div class="row">
<div class="row col-md-4">
<div class="col-md-12">
@ -124,14 +124,11 @@ export default {
<style scoped>
.open-trades {
max-height: 300px;
min-height: 250px;
max-height: 300px;
}
.trade-history {
min-height: 300px;
max-height: 500px;
}
.performance-view {
max-height: 500px;
}
</style>