frontend/style/topbar.css

45 lines
669 B
CSS
Raw Normal View History

2023-09-28 11:08:15 +00:00
.tabs li {
display: inline-block;
padding-right: 8px;
2023-09-28 11:08:15 +00:00
}
.tabs li a {
position: relative;
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;
margin-right: 32px;
padding: 0;
list-style: none;
}