hikaya-io / hakawati

A collection of UI components
GNU General Public License v3.0
2 stars 1 forks source link

Tabs: update to reflect new style #73

Closed ninetteadhikari closed 4 years ago

ninetteadhikari commented 4 years ago

Component to build: Update the current Tabs component Use ElementUI icons

image

// Selected CSS

background: #F8F8F8;
border-radius: 0px 25px 25px 0px;
font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
color: #33CCCC;
text-align: center;

// Non-selected CSS

font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #333333;

Use case To be used in the Workspace setting and Profile setting