2020-04-14 20:05:22 +00:00
|
|
|
/* Tabs */
|
|
|
|
.search_tabcontent,
|
2020-05-05 10:55:06 +00:00
|
|
|
.main_tabcontent,
|
|
|
|
.favorites_tabcontent {
|
2020-04-14 20:05:22 +00:00
|
|
|
display: none;
|
2020-05-05 10:55:06 +00:00
|
|
|
}
|
2020-05-05 13:46:57 +00:00
|
|
|
|
2020-05-09 11:44:47 +00:00
|
|
|
.main_tabcontent h1{
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
2020-05-05 13:46:57 +00:00
|
|
|
.tab button{
|
|
|
|
background-color: var(--primary-background);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab button.active{
|
|
|
|
background-color: var(--accent-color);
|
|
|
|
}
|