2020-05-09 16:47:03 +00:00
|
|
|
.search_tabcontent,
|
|
|
|
.main_tabcontent,
|
|
|
|
.favorites_tabcontent {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main_tabcontent h1 {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab button {
|
|
|
|
background-color: var(--primary-background);
|
2020-06-16 19:57:18 +00:00
|
|
|
color: var(--foreground);
|
2020-05-09 16:47:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab button.active {
|
|
|
|
background-color: var(--accent-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.release {
|
|
|
|
display: inline-block;
|
|
|
|
width: 156px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release .cover_container {
|
|
|
|
width: 156px;
|
|
|
|
height: 156px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2020-05-09 16:58:54 +00:00
|
|
|
|
|
|
|
.main_tablinks_text {
|
|
|
|
overflow: hidden;
|
2020-05-11 10:59:09 +00:00
|
|
|
white-space: nowrap;
|
2020-06-04 12:41:51 +00:00
|
|
|
}
|
2020-06-16 19:57:18 +00:00
|
|
|
|
|
|
|
.section-tabs {
|
|
|
|
list-style-type: none;
|
|
|
|
display: flex;
|
|
|
|
margin: 16px 0 24px 0;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&__tab {
|
|
|
|
flex: 1;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
// width: 10rem;
|
|
|
|
padding: 1em;
|
|
|
|
border-top: 3px solid var(--foreground);
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
color: var(--accent-color);
|
|
|
|
border-top: 3px solid var(--accent-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|