mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Style updates
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email
|
||||
const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
|
||||
const APP_MODE_ADMIN = 'admin';
|
||||
const APP_PAGING_LIMIT = 15;
|
||||
const APP_CACHE_BUSTER = 125;
|
||||
const APP_CACHE_BUSTER = 126;
|
||||
const APP_VERSION_STABLE = '0.5.3';
|
||||
const APP_STORAGE_UPLOADS = '/storage/uploads';
|
||||
const APP_STORAGE_CACHE = '/storage/cache';
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@
|
||||
padding: 30px 50px;
|
||||
margin: 0 -50px;
|
||||
position: relative;
|
||||
border-bottom: solid 1px var(--config-border-fade);
|
||||
|
||||
h1,
|
||||
h2,
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
--config-color-warning: #ffed4d;
|
||||
--config-color-info: #386fd2;
|
||||
--config-border-color: #f5f5f5;
|
||||
--config-border-fade: #e0e3e4;
|
||||
--config-border-radius: 10px;
|
||||
--config-prism-background: #373738;
|
||||
--config-prism-numbers: #39393c;
|
||||
@@ -101,6 +102,7 @@
|
||||
--config-color-warning: #e0d56d;
|
||||
--config-color-info: #386fd2;
|
||||
--config-border-color: #262D50;
|
||||
--config-border-fade: #19203a;
|
||||
--config-prism-background: #1F253F;
|
||||
--config-prism-numbers: #1F253F;
|
||||
--config-note-background: #1F253F;
|
||||
|
||||
Reference in New Issue
Block a user