Make it log in
This commit is contained in:
parent
eeb2dfd1fc
commit
f487b9ba04
5 changed files with 46 additions and 0 deletions
3
css/common.css
Normal file
3
css/common.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
div.error {
|
||||
color: red;
|
||||
}
|
12
css/molecules/ProgressBar.css
Normal file
12
css/molecules/ProgressBar.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.mx_ProgressBar {
|
||||
height: 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid black;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mx_ProgressBar_fill {
|
||||
height: 100%;
|
||||
background-color: #666;
|
||||
transition: width 0.1s ease;
|
||||
}
|
11
css/templates/Login.css
Normal file
11
css/templates/Login.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.mx_Login {
|
||||
width: 600px;
|
||||
height: 350px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue