Still building initial conversions
This commit is contained in:
parent
cea56d2868
commit
3cfd9840e8
23 changed files with 2925 additions and 21 deletions
82
sqrl/static/admin/sqrl.css
Normal file
82
sqrl/static/admin/sqrl.css
Normal file
|
@ -0,0 +1,82 @@
|
|||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.login #container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.login .submit-row {
|
||||
text-align: center;
|
||||
clear: both;
|
||||
padding: 1em 0 0 0;
|
||||
}
|
||||
|
||||
.line-center {
|
||||
margin: 0;
|
||||
padding: 0 10px;
|
||||
background: #ffffff;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sqrl {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.sqrl .or {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.sqrl .or:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
border-top: solid 1px #dddddd;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.sqrl .or {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.sqrl h3 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.sqrl .img {
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sqrl .img img {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.sqrl .submit-row {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.sqrl-wrap {
|
||||
padding: 15px;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
max-width: 300px;
|
||||
border-radius: 5%;
|
||||
}
|
||||
#sqrl-id img {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
padding-top: 3px;
|
||||
}
|
||||
.sqrl-wrap a {
|
||||
font-size: 50%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue