Skip to content

Commit

Permalink
maybe fix campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 5, 2023
1 parent 7136063 commit 0017b27
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/components/campaigns/main_campaign_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
<el-col :span="16" class="otherSide">
<div class="chartArea">
<el-row class="title">
<el-col :span="12">
<el-col :span="30">
{{ currentTitle }}
</el-col>
<el-col :span="12" class="timeSwitchButtons">
</el-row>
<el-row class="timeframe-labels">
<el-col :span="30" class="timeSwitchButtons">
<switchButtons
:blocks="blocks"
:campaign="true"
Expand Down Expand Up @@ -199,6 +201,14 @@ export default {
padding: 0;
}
.title {
font-size: 34px;
color: $--color-white;
font-family: 'StratumNo2';
text-align: left;
padding-left: 1em;
padding-bottom: 1em;
}
.timeframe-labels {
font-size: 34px;
color: $--color-white;
font-family: 'StratumNo2';
Expand Down

0 comments on commit 0017b27

Please sign in to comment.