Augen Symbol entfernt
This commit is contained in:
parent
fa7f7d59cb
commit
160c9f6299
2
.idea/jsLibraryMappings.xml
generated
2
.idea/jsLibraryMappings.xml
generated
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="JavaScriptLibraryMappings">
|
<component name="JavaScriptLibraryMappings">
|
||||||
<file url="file://$PROJECT_DIR$" libraries="{HTML, HTTP Pre-Request and Response Handler, boxicons}" />
|
<file url="file://$PROJECT_DIR$" libraries="{HTML, HTTP Pre-Request and Response Handler}" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@ -6,7 +6,12 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./Styles/login/style.css">
|
<link rel="stylesheet" href="./Styles/login/style.css">
|
||||||
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
|
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
|
||||||
<title>Loging</title>
|
<title>Login</title>
|
||||||
|
<style>
|
||||||
|
input::-ms-reveal,
|
||||||
|
input::-ms-clear {
|
||||||
|
display: none;
|
||||||
|
}</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -14,7 +19,9 @@
|
|||||||
<form action="">
|
<form action="">
|
||||||
<h1>Login</h1>
|
<h1>Login</h1>
|
||||||
<div class="input-box">
|
<div class="input-box">
|
||||||
|
<label>
|
||||||
<input type="text" placeholder="Username" required>
|
<input type="text" placeholder="Username" required>
|
||||||
|
</label>
|
||||||
<i class='bx bxs-user'></i>
|
<i class='bx bxs-user'></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-box">
|
<div class="input-box">
|
||||||
|
|||||||
@ -58,7 +58,6 @@ body {
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper .remember-forgot {
|
.wrapper .remember-forgot {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user