Updated configs

This commit is contained in:
Eldad Fux
2020-02-10 22:59:31 +02:00
parent 4a399220d5
commit a5cf13fdd7
4 changed files with 6 additions and 6 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -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;
}
+1 -1
View File
@@ -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;