update pull split bill
This commit is contained in:
3
app/assets/javascripts/origami/split_bill.coffee
Normal file
3
app/assets/javascripts/origami/split_bill.coffee
Normal 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/
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
3
app/assets/stylesheets/origami/split_bill.scss
Normal file
3
app/assets/stylesheets/origami/split_bill.scss
Normal 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/
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user