2023-09-28 11:08:15 +00:00
|
|
|
.tabs li {
|
|
|
|
display: inline-block;
|
2023-09-28 13:43:44 +00:00
|
|
|
padding-right: 8px;
|
2023-09-28 11:08:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs li a {
|
|
|
|
position: relative;
|
2023-09-28 13:43:44 +00:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs li button {
|
|
|
|
position: relative;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
2023-09-28 11:08:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-svg-path {
|
|
|
|
position: absolute;
|
|
|
|
fill: #21253c;
|
|
|
|
stroke: #690455;
|
|
|
|
stroke-width: 4;
|
|
|
|
stroke-miterlimit: 10;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-svg-text {
|
|
|
|
fill: #FFFFFF;
|
|
|
|
font-family: "Roboto";
|
|
|
|
font-size: 18px;
|
|
|
|
text-anchor: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabs-main {
|
|
|
|
float: left;
|
|
|
|
margin-left: 32px;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabs-account {
|
|
|
|
float: right;
|
2023-09-28 14:54:00 +00:00
|
|
|
margin-right: 24px;
|
2023-09-28 11:08:15 +00:00
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|