Workshops page

This commit is contained in:
2019-09-04 23:09:39 +02:00
parent b3ef86089b
commit 91b1a025c5
17 changed files with 245 additions and 64 deletions

27
style/_page_logon.scss Normal file
View File

@@ -0,0 +1,27 @@
/* Log on */
#logon {
width: 300px;
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 40%;
padding: 1em;
#pass_conf_box {
.fa-password {
&.first {
margin: -0.25em 0.25em 0 -0.25em;
}
&.second {
position: absolute;
margin: 0.25em 0 0 0.25em;
}
}
}
#btn_box.registering #register {
margin-left: 100%;
transform: translateX(-100%);
}
}