update pull split bill

This commit is contained in:
Aung Myo
2018-02-09 14:31:34 +06:30
78 changed files with 1292 additions and 106 deletions

View File

@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@@ -134,7 +134,7 @@ select.form-control {
}
.credit-color{
background-color:#FF5722;
background-color:#FFA500;
}
.other-payment-color{
@@ -390,3 +390,9 @@ i.logout_icon{
}
/* End Notify */
/* selected color for split bills */
.selected-split-item {
color: #fff !important;
background-color: #5DADE2 !important;
}

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the origami/split_bill controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -68,6 +68,15 @@
background-color: #ccc;
}
/*Shop Info color in navbar*/
.shopinfo {
color: #212529;
}
.link-buttoon {
text-decoration: none;
}
@media (min-width: 768px){
.dropdown-menu {
padding: .3rem 0;