Skip to content

Commit

Permalink
Update tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
prevetal committed Feb 19, 2024
1 parent bed0608 commit 5bb3d05
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/components/account/Charts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -668,43 +668,42 @@
.tabs
{
display: flex;
align-content: stretch;
align-items: stretch;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
margin-bottom: 24px;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
flex-wrap: nowrap;
}
.tabs .btn
{
color: #555;
font-weight: 500;
line-height: 100%;
display: block;
width: 100%;
min-height: 62px;
padding: 10px 0 9px;
text-align: center;
border-bottom: 1px solid rgba(255, 255, 255, .1);
text-align: left;
transition: .2s linear;
color: #b3b3b3;
border-bottom: 1px solid #555;
}
.tabs .btn + .btn
{
margin-left: 4px;
}
.tabs .btn:hover,
.tabs .btn.active
{
color: #950fff;
border-color: #950fff;
}
Expand Down

0 comments on commit 5bb3d05

Please sign in to comment.