1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

דאטךק ופגשאקד

This commit is contained in:
eldadfux 2019-08-17 14:45:43 +03:00
parent d6bb1445e3
commit 61a6a19b4d
4 changed files with 7 additions and 3 deletions

View file

@ -134,7 +134,7 @@
<h1>Create Project</h1>
<form data-setup>
<p class="note">Appwrite project is set of services and resources shared across different platforms like Web, iOS or Android.</p>
<p>Appwrite project is set of services and resources shared across different platforms like Web, iOS or Android.</p>
<label>Name</label>
<input type="text" class="full-width" name="name" required autocomplete="off" />

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,8 @@
padding: 30px 50px;
margin: 0 -50px;
position: relative;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
border-bottom: solid 2px #ead2da;
//box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
//border-bottom: solid 2px #e3e9ec;;
h1,

View file

@ -35,6 +35,9 @@
input {
height: 40px;
background-color: #fff;
border-radius: 25px;
padding-top: 0;
padding-bottom: 0;
}
}