css changes

This commit is contained in:
KodeStar 2018-02-03 21:11:58 +00:00
parent 2cbedb2d40
commit ffcc4127f8
4 changed files with 11 additions and 4 deletions

6
public/css/app.css vendored
View file

@ -537,6 +537,10 @@ body {
z-index: 1;
}
.item .title {
font-size: 16px;
}
.text-center {
text-align: center !important;
}
@ -725,7 +729,7 @@ div.create .input input {
.app-icon {
max-width: 60px;
margin-right: 10px;
margin-right: 20px;
}
.sidenav {

View file

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=0d15a37f052417db7d79",
"/css/app.css": "/css/app.css?id=c964ba5defde2ec4a157",
"/js/app.js": "/js/app.js?id=aa9e426dc7b92d42d3b2"
}

View file

@ -244,6 +244,9 @@ body {
font-size: 24px;
z-index: 1;
}
.title {
font-size: 16px;
}
}
.text-center {
text-align: center!important;
@ -394,7 +397,7 @@ div.create {
.app-icon {
max-width: 60px;
margin-right: 10px;
margin-right: 20px;
}
.sidenav {

View file

@ -5,7 +5,7 @@
@else
<i class="fas fa-app-store-ios"></i>
@endif
{{ $app->title }}
<div class="title">{{ $app->title }}</div>
<a class="link" href="{{ $app->url }}"><i class="fas fa-arrow-alt-to-right"></i></a>
</div>