Skip to content

Commit

Permalink
update maintenance mode style
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumitk committed Jan 5, 2024
1 parent 095457c commit 2e56836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staking-v3/components/MaintenanceMode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
<style lang="scss" scoped>
@import 'src/css/quasar.variables.scss';
.wrapper--maintenance {
margin-top: 32px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
height: 70vh;
width: 100%;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: url('/images/bk_maintenance.png') no-repeat center;
background-size: contain;
color: $container-bg-white;
}
Expand Down

0 comments on commit 2e56836

Please sign in to comment.