fix: styling improvements
This commit is contained in:
parent
2d12104875
commit
7977fe9ea7
5 changed files with 1289 additions and 1312 deletions
1296
public/base.css
1296
public/base.css
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<h1>Hello World - foo</h1>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
1286
public/icons.css
Normal file
1286
public/icons.css
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -10,6 +10,7 @@
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png" ></link>
|
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png" ></link>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/base.css"></link>
|
<link rel="stylesheet" href="/base.css"></link>
|
||||||
|
<link rel="stylesheet" href="/icons.css"></link>
|
||||||
<link rel="stylesheet" href="/files/custom.css"></link>
|
<link rel="stylesheet" href="/files/custom.css"></link>
|
||||||
|
|
||||||
<!-- inlining these to force them to be scoped for everything else -->
|
<!-- inlining these to force them to be scoped for everything else -->
|
||||||
|
|
|
||||||
|
|
@ -17,19 +17,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#auth-container {
|
#auth-container {
|
||||||
width: 95%;
|
|
||||||
max-height: calc(min(90vh,900px));
|
|
||||||
border-radius: 10px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
background: var(--bg-lighter);
|
padding: 8em 4em;
|
||||||
max-width: 40em;
|
|
||||||
margin: 0 auto;
|
|
||||||
border-radius: calc( var(--border-radius) * 2.5);
|
|
||||||
padding: 2em 1em;
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
transition: all 0.33s ease;
|
|
||||||
animation: zoomsettle 0.4s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#signup-tab,
|
#signup-tab,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue