deemixer/public/css/modules/tabs.css

19 lines
280 B
CSS
Raw Normal View History

.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 16:18:36 +00:00
.main_tabcontent h1 {
2020-05-09 11:44:47 +00:00
margin-bottom: 12px;
}
2020-05-09 16:18:36 +00:00
.tab button {
2020-05-05 13:46:57 +00:00
background-color: var(--primary-background);
2020-05-09 16:18:36 +00:00
color: var(--main-text);
2020-05-05 13:46:57 +00:00
}
2020-05-09 16:18:36 +00:00
.tab button.active {
2020-05-05 13:46:57 +00:00
background-color: var(--accent-color);
}