adjust style

This commit is contained in:
Achmad
2018-07-21 20:29:33 +07:00
parent 579dcd7e55
commit f34b7d0d5c
9 changed files with 186 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ body, .app {
/* main page */
.list-books-title {
padding: 10px 0;
padding: 16px 0;
background: #2e7c31;
text-align: center;
}
@@ -50,16 +50,21 @@ body, .app {
}
.open-search a {
display: block;
width: 50px;
width: 200px;
height: 50px;
border-radius: 50%;
border-radius: 25px;
background: #2e7d32;
background-image: url('./icons/add.svg');
/*background-image: url('./icons/add.svg');*/
background-image: url('./icons/search.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 28px;
background-position: 20px;
background-size: 14px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
font-size: 0;
font-size: 14px;
color: white;
text-decoration: none;
text-align: center;
padding-top: 14px;
}
/* search page */
@@ -172,3 +177,15 @@ body, .app {
text-align: center;
font-size: 0.8em;
}
/* logo */
.logo {
width: 30px;
height: 30px;
background-image: url('./icons/logo.svg');
background-repeat: no-repeat;
background-position: center;
display: inline-block;
margin-right: 10px;
}