mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Small style changes
This commit is contained in:
@@ -45,7 +45,6 @@ $limit = 3;
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<form class="box padding-small margin-bottom search"
|
||||
data-service="users.listUsers"
|
||||
data-event="submit"
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -222,7 +222,7 @@ select {
|
||||
width: ~"calc(100% - 32px)";
|
||||
margin-bottom: 30px;
|
||||
|
||||
&[type=file] {
|
||||
&[xype=file] {
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
border: none;
|
||||
|
||||
@@ -350,8 +350,8 @@
|
||||
width: ~"calc(100% + 100px)";
|
||||
margin: 0 -50px;
|
||||
box-sizing: border-box;
|
||||
border-top: solid 1px #e7e7e7;
|
||||
background: transparent;
|
||||
border-top: solid 1px @config-color-fade-super;
|
||||
background: @config-color-fade-super;
|
||||
.func-padding-end(30px);
|
||||
.func-padding-start(30px);
|
||||
}
|
||||
@@ -737,6 +737,8 @@
|
||||
|
||||
.search {
|
||||
|
||||
opacity: 1!important;
|
||||
|
||||
@media @phones, @tablets {
|
||||
button {
|
||||
margin-top: 20px;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.home {
|
||||
.logo img {
|
||||
max-height: 35px;
|
||||
margin: 75px 25px 25px 25px;
|
||||
margin: 45px 25px 25px 25px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user