move css to css file

This commit is contained in:
Yan
2017-08-14 15:26:04 +06:30
parent 739efa8baf
commit 5a5e654dbc
2 changed files with 16 additions and 6 deletions

View File

@@ -26,7 +26,22 @@ ul.dropdown-menu li a{
background-color: transparent !important; background-color: transparent !important;
margin-bottom: 0px !important; margin-bottom: 0px !important;
} }
.page-header{ .page-header{
border-bottom :0px solid #000 !important; border-bottom :0px solid #000 !important;
margin :0px !important; margin :0px !important;
} }
.card-block {
text-align:center;
background-color:#ddd;
}
.footer {
position: fixed;
bottom: 0;
left: 0;
height: auto;
background-color: #ef404a;
width: 100%;
}

View File

@@ -14,11 +14,6 @@
<% end %> <% end %>
<% shop = Shop.first %> <% shop = Shop.first %>
<!-- -->
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">