mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 05:59:53 +00:00
17 lines
291 B
SCSS
17 lines
291 B
SCSS
$font-family-sans-serif: "Source Sans Pro";
|
|
$border-radius-lg: 0;
|
|
$btn-border-width: 3px;
|
|
|
|
body {
|
|
overscroll-behavior: none;
|
|
}
|
|
|
|
@import "~source-code-pro/source-code-pro.css";
|
|
@import "~source-sans-pro/source-sans-pro.css";
|
|
|
|
@import "theme/index";
|
|
|
|
.btn-lg {
|
|
border-radius: 100px;
|
|
}
|