Reshuffle to put "HTML" (JSX) and CSS together as a theme with logic elsewhere.
This commit is contained in:
parent
cc4fa6140c
commit
a022a4b9a6
37 changed files with 56 additions and 54 deletions
12
themes/base/css/templates/Login.css
Normal file
12
themes/base/css/templates/Login.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.mx_Login {
|
||||
width: 600px;
|
||||
height: 350px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
border: 1px solid black;
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue