This commit is contained in:
Leon Noe Jovan
2021-11-17 20:18:28 +01:00
parent 32fa0ad3a9
commit 37e227138a
16 changed files with 278 additions and 241 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Portal ŠOLAR</title>
<link rel="stylesheet" href="/static/css/styles.css" type="text/css">
<link rel="stylesheet" href="/static/css/login-styles.css" type="text/css">
<link rel="stylesheet" href="/static/css/utils.css" type="text/css">
</head>
<body>
@@ -18,8 +18,8 @@
<div class="input-wrapper">
<img src="../static/image/user.svg" alt="user" class="input-icon"/>
<div class="input-floating-label">
<label>E-mail</label>
<input type="text" name="email">
<span class="floating-label">E-mail</span>
</div>
</div>