deemixer/public/css/modules/tabs.css

19 lines
262 B
CSS
Raw Normal View History

/* Tabs */
.search_tabcontent,
2020-05-05 10:55:06 +00:00
.main_tabcontent,
.favorites_tabcontent {
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);
}