mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
redesign search tab switcher buttons
~ imitate ubuntu-style tabbed buttons
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#acontent {
|
||||
grid-area: content;
|
||||
max-width: 1955px;
|
||||
overflow: hidden auto;
|
||||
overflow: hidden scroll;
|
||||
margin-top: -$small;
|
||||
|
||||
.nav {
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
@import
|
||||
"./app-grid.scss",
|
||||
"./controls.scss",
|
||||
"./inputs.scss",
|
||||
"./scrollbars.scss",
|
||||
"./state.scss",
|
||||
"./variants.scss",
|
||||
"./basic.scss";
|
||||
@import "./app-grid.scss", "./controls.scss", "./inputs.scss",
|
||||
"./scrollbars.scss", "./state.scss", "./variants.scss", "./basic.scss";
|
||||
|
||||
:root {
|
||||
--separator: #ffffff46;
|
||||
@@ -22,6 +16,7 @@ body {
|
||||
color: #fff;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
|
||||
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: "SF Compact Display" !important;
|
||||
font-size: 1rem;
|
||||
overflow: hidden;
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import
|
||||
@import
|
||||
"./mixins.scss",
|
||||
"./variables",
|
||||
"./moz.scss",
|
||||
@@ -6,3 +6,9 @@
|
||||
"./BottomBar/BottomBar.scss",
|
||||
"./Global"
|
||||
;
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "SF Compact Display";
|
||||
src: url("../sf-compact.woff") format("woff");
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user