mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 07:16:03 +01:00
init
This commit is contained in:
16
frontend/src/styles.scss
Normal file
16
frontend/src/styles.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
$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;
|
||||
}
|
||||
Reference in New Issue
Block a user