Add 'style.css'
This commit is contained in:
parent
9a322679c7
commit
27cb0950ab
1 changed files with 28 additions and 0 deletions
28
style.css
Normal file
28
style.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
.tab.active {
|
||||
border: 2px solid #f4dbd6 !important;
|
||||
color: #f4dbd6 !important;
|
||||
}
|
||||
.tab.active:hover {
|
||||
border: 2px solid #f4dbd6 !important;
|
||||
background-color: #363a4f !important;
|
||||
}
|
||||
.tab{
|
||||
font-weight: 700 !important;
|
||||
border-radius: 20px !important;
|
||||
margin: 2px !important;
|
||||
padding-bottom: 2px !important;
|
||||
height: 40px !important;
|
||||
border:2px solid #1e2030 !important;
|
||||
background-color: #1e2030 !important;
|
||||
transition-property: all;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
.tab:hover {
|
||||
border:2px solid #363a4f !important;
|
||||
background-color: #363a4f !important;
|
||||
}
|
||||
.tabs-container{
|
||||
height: auto !important;
|
||||
padding: 5px !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue