mirror of
https://github.com/danbulant/ester_os
synced 2026-06-19 06:11:24 +00:00
Simple styles for login page
This commit is contained in:
parent
6f7a038c5e
commit
2b73d88428
1 changed files with 11 additions and 0 deletions
11
client/src/renderers/styles/login.css
Normal file
11
client/src/renderers/styles/login.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.login {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
color: white;
|
||||
font-family: 'robotomedium';
|
||||
font-size: 25px;
|
||||
background: rgb(46, 46, 46);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Reference in a new issue