item sass

This commit is contained in:
Chris
2018-02-02 15:29:17 +00:00
parent e32d9609e7
commit 7c859b629e
5 changed files with 20 additions and 4 deletions

10
public/css/app.css vendored
View File

@@ -433,6 +433,12 @@ body {
-webkit-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
outline: 1px solid transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.item:after {
@@ -642,6 +648,10 @@ div.create .input input {
border-radius: 6px;
}
.app-icon {
max-width: 50px;
}
/*! Huebee v2.0.0
http://huebee.buzz
---------------------------------------------- */