mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 03:54:16 +00:00
fix style of tabs
This commit is contained in:
parent
79231d2c6a
commit
14c036862d
@ -120,8 +120,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
|
transform: translate(0, -20px);
|
||||||
|
position: relative;
|
||||||
|
z-index: 55;
|
||||||
|
|
||||||
.ant-tabs-nav {
|
.ant-tabs-nav {
|
||||||
margin: 0 30px 20px 30px;
|
margin: 0 20px 20px 0;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-tabs-nav::before {
|
.ant-tabs-nav::before {
|
||||||
@ -129,13 +134,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tabs-tab {
|
.ant-tabs-tab {
|
||||||
padding : 8px 20px !important;
|
|
||||||
border-color : var(--border-color) !important;
|
|
||||||
margin-right : 20px !important;
|
margin-right : 20px !important;
|
||||||
background-color: var(--background-color-primary) !important;
|
padding : 8px 20px !important;
|
||||||
border-top : 0 !important;
|
|
||||||
border-radius : 0 0 4px 4px !important;
|
|
||||||
|
|
||||||
|
border-color : var(--border-color) !important;
|
||||||
|
background-color: var(--background-color-primary) !important;
|
||||||
|
|
||||||
|
border-radius : 4px !important;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user