2020-05-09 16:47:03 +00:00
|
|
|
.search_tabcontent,
|
|
|
|
.main_tabcontent,
|
|
|
|
.favorites_tabcontent {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-06-22 19:07:51 +00:00
|
|
|
.main_tabcontent {
|
|
|
|
h1 {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
2020-05-09 16:47:03 +00:00
|
|
|
}
|
|
|
|
|
2020-06-22 19:07:51 +00:00
|
|
|
.tab {
|
|
|
|
margin: 16px 0px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
background-color: var(--main-background);
|
|
|
|
color: var(--foreground);
|
2020-05-09 16:47:03 +00:00
|
|
|
|
2020-06-22 19:07:51 +00:00
|
|
|
&.active {
|
|
|
|
background-color: var(--accent-color);
|
|
|
|
}
|
|
|
|
}
|
2020-05-09 16:47:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.release {
|
|
|
|
display: inline-block;
|
|
|
|
width: 156px;
|
|
|
|
|
2020-06-22 19:07:51 +00:00
|
|
|
.cover_container {
|
|
|
|
width: 156px;
|
|
|
|
height: 156px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2020-05-09 16:47:03 +00:00
|
|
|
}
|
2020-05-09 16:58:54 +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;
|
2020-06-19 18:57:05 +00:00
|
|
|
padding: 0.8em;
|
2020-06-16 19:57:18 +00:00
|
|
|
border-top: 3px solid var(--foreground);
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
color: var(--accent-color);
|
|
|
|
border-top: 3px solid var(--accent-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|