vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/scss/dynamic.scss

36 lines
1 KiB
SCSS
Raw Normal View History

2020-09-27 21:09:15 +02:00
/* ------------------------------------------------ */
/* DON'T EDIT THIS FILE; EDIT THE SCSS/SASS INSTEAD */
/* ------------------------------------------------ */
//
// Settings
//
$type: backend;
$singleuser: false; // disables functions, that are not necessary if you are the only user (or at least as »frontend«)
$nojavascript: false; // disables or corrects functions, that would not work with disabled javascript (e.g. throught content security policy)
$vrifoxcustomization: true; // my personal customizations
$disablelanguagebutton: false; // if cookies are disabled, the language will have to be chosen on every page again
2020-10-14 20:32:15 +02:00
$nologin: false;
$font-family: 'Lucida Console', monospace;
$border-radius: 5px;
//
//
//
2020-09-27 21:09:15 +02:00
2020-10-30 18:05:31 +01:00
@import 'import/_colors.scss';
@import 'import/include.scss';
@import 'import/_main.scss';
@import 'import/_nav.scss';
2020-09-27 21:09:15 +02:00
2020-11-08 19:50:40 +01:00
@import 'import/admin.scss';
@import 'import/dashboard.scss';
@import 'import/explore.scss';
2020-11-08 19:50:40 +01:00
@import 'import/repository.scss';
@import 'import/user.scss';
2020-09-27 21:09:15 +02:00
2020-10-30 18:05:31 +01:00
@import 'import/_footer.scss';