Skip to content

Commit

Permalink
Included the styles of tabs as a separated configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
eolus87 committed Jun 13, 2023
1 parent e663255 commit 5344c9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/styles.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
tabs_styles:
height: 44px

tab_style:
borderBottom: "1px solid #d6d6d6"
padding: 6px
'fontWeight': bold

tab_selected_style:
'borderTop': "1px solid #d6d6d6"
'borderBottom': "1px solid #d6d6d6"
'backgroundColor': "#119DFF"
'color': white
'padding': 6px

0 comments on commit 5344c9d

Please sign in to comment.