mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated configs
This commit is contained in:
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
@@ -45,8 +45,8 @@
|
||||
&>footer {
|
||||
margin: 30px -30px -30px -30px;
|
||||
padding: 15px 30px;
|
||||
background: #f5f5f5;
|
||||
border: solid 1px #eaeaea;
|
||||
background: var(--config-color-background-fade);
|
||||
border: solid 1px var(--config-border-color);
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
padding: 20px 30px 20px 30px;
|
||||
margin-bottom: 30px;
|
||||
margin: -30px -30px 20px -30px;
|
||||
background: #f9f9f9;
|
||||
background: var(--config-color-background-fade);
|
||||
border-bottom: solid 1px #efefef;
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
width: 100%;
|
||||
max-height: 90%;
|
||||
max-width: 640px;
|
||||
background: #ffffff;
|
||||
background: var(--config-color-background-fade);
|
||||
z-index: 1000;
|
||||
box-shadow: 0 0 4px rgba(0, 0, 0, .25);
|
||||
padding: 30px;
|
||||
|
||||
Reference in New Issue
Block a user