Change Font and show status in origami
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
// min-height: 75rem;
|
// min-height: 75rem;
|
||||||
// padding-top: 4.5rem;
|
// padding-top: 4.5rem;
|
||||||
// }
|
// }
|
||||||
|
.card-columns {
|
||||||
|
font-size: 18px !important;}
|
||||||
|
|
||||||
.others-payment{
|
.others-payment{
|
||||||
line-height:100px;
|
line-height:100px;
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
<div class="card tables red text-white" data-id="<%= table.id %>">
|
<div class="card tables red text-white" data-id="<%= table.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= table.name %>
|
<%= table.name %>
|
||||||
|
<% if table.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
@@ -62,6 +67,11 @@
|
|||||||
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= room.name %>
|
<%= room.name %>
|
||||||
|
<% if room.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
<div class="card tables red text-white" data-id="<%= table.id %>">
|
<div class="card tables red text-white" data-id="<%= table.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= table.name %>
|
<%= table.name %>
|
||||||
|
<% if table.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
@@ -62,6 +67,11 @@
|
|||||||
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= room.name %>
|
<%= room.name %>
|
||||||
|
<% if room.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
<div class="card tables red text-white" data-id="<%= table.id %>">
|
<div class="card tables red text-white" data-id="<%= table.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= table.name %>
|
<%= table.name %>
|
||||||
|
<% if table.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
@@ -62,6 +67,11 @@
|
|||||||
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= room.name %>
|
<%= room.name %>
|
||||||
|
<% if room.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
<div class="card tables red text-white" data-id="<%= table.id %>">
|
<div class="card tables red text-white" data-id="<%= table.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= table.name %>
|
<%= table.name %>
|
||||||
|
<% if table.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
@@ -62,6 +67,11 @@
|
|||||||
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
<div class="card rooms red text-white" data-id="<%= room.id %>">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<%= room.name %>
|
<%= room.name %>
|
||||||
|
<% if room.get_booking.nil? %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> billed</span>
|
||||||
|
<% else %>
|
||||||
|
<span style="font-size:12px;float:right;line-height:inherit;"> new</span>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
Reference in New Issue
Block a user