1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Change button class to be more general

This commit is contained in:
Chaoyi Zha 2017-10-26 16:30:41 -04:00
parent 3a8ce1d0ec
commit 90e24195ee
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
}
.back-btn {
.btn {
margin-top: 30px;
}

View File

@ -7,8 +7,8 @@
@section('content')
<h3>Shortened URL</h3>
<input type='text' class='result-box form-control' value='{{$short_url}}' />
<a id="generate-qr-code" class='btn btn-primary back-btn'>Generate QR Code</a>
<a href='{{route('index')}}' class='btn btn-info back-btn'>Shorten another</a>
<a id="generate-qr-code" class='btn btn-primary'>Generate QR Code</a>
<a href='{{route('index')}}' class='btn btn-info'>Shorten another</a>
<div class="qr-code-container"></div>