1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Small style changes

This commit is contained in:
eldadfux 2019-08-14 14:52:14 +03:00
parent 4b8a2e53b0
commit 9ca07bf89f
5 changed files with 7 additions and 6 deletions

View file

@ -45,7 +45,6 @@ $limit = 3;
</form>
</div>
<form class="box padding-small margin-bottom search"
data-service="users.listUsers"
data-event="submit"

File diff suppressed because one or more lines are too long

View file

@ -222,7 +222,7 @@ select {
width: ~"calc(100% - 32px)";
margin-bottom: 30px;
&[type=file] {
&[xype=file] {
line-height: normal;
height: auto;
border: none;

View file

@ -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;

View file

@ -1,6 +1,6 @@
.home {
.logo img {
max-height: 35px;
margin: 75px 25px 25px 25px;
margin: 45px 25px 25px 25px;
}
}