caisse-bliss/assets/css/pages/_dashboard.scss

98 lines
1.5 KiB
SCSS
Raw Normal View History

2018-05-04 19:53:57 +02:00
#caisse-now {
.product-box {
display: inline-block;
margin-right: 1rem;
margin-bottom: 1rem;
2018-05-24 15:48:49 +02:00
width: 100%;
2018-07-19 18:26:54 +02:00
float: left;
2018-05-04 19:53:57 +02:00
}
2019-06-12 14:13:36 +02:00
2018-05-04 19:53:57 +02:00
.product-button {
2018-05-04 20:04:48 +02:00
width: 80%;
text-overflow-ellipsis: "...";
2018-05-04 19:53:57 +02:00
}
2019-06-12 14:13:36 +02:00
2018-05-04 19:53:57 +02:00
.listing-products {
2018-07-19 18:26:54 +02:00
2018-05-04 19:53:57 +02:00
.btn, button {
2018-07-19 18:26:54 +02:00
font-size: 1.6rem;
2018-05-04 19:53:57 +02:00
background: white;
padding: 1.5rem;
-webkit-border-radius: 1rem;
-moz-border-radius: 1rem;
border-radius: 1rem;
border-color: $all-text-color;
2018-06-04 12:51:57 +02:00
box-shadow: 5px 3px 10px 2px #ddd;
2018-05-04 19:53:57 +02:00
border-width: 0;
2019-06-12 14:13:36 +02:00
2018-05-04 19:53:57 +02:00
&.btn-primary {
background-color: $deepblue;
}
2019-06-12 14:13:36 +02:00
2018-05-04 19:53:57 +02:00
&:hover {
background: $lightblue;
}
}
2019-06-12 14:13:36 +02:00
2018-05-04 19:53:57 +02:00
.badge-default {
background: $lightblue;
}
2019-06-12 14:13:36 +02:00
2018-05-04 19:53:57 +02:00
.badge-success {
background: mix(green, $lightblue);
}
}
2019-06-12 14:13:36 +02:00
.input-comment {
width: calc(100% - 40px);
}
2018-05-04 19:53:57 +02:00
}
2018-05-04 20:04:48 +02:00
2018-07-19 18:26:54 +02:00
// container of categories
.horizontal-land {
overflow-x: auto;
overflow-y: hidden;
//width: 100%;
2019-06-12 14:13:36 +02:00
height: 75vh;
2018-07-19 18:26:54 +02:00
background: #ccc;
padding: 0.5rem;
}
// list of one category
.one-category {
background: #dedede;
2018-07-19 18:33:41 +02:00
width: 350px;
2018-07-19 18:26:54 +02:00
margin: 0 4px;
2019-06-12 14:13:36 +02:00
height: calc(74vh - 1rem);
2018-07-19 18:26:54 +02:00
box-sizing: border-box;
display: inline-block;
//vertical-align: top;
white-space: nowrap;
//float: left;
}
2019-06-12 14:13:36 +02:00
.category-listing {
border: solid 1px $grey;
padding: 1rem;
margin: 0.5rem;
border-radius: 0.25rem;
}
2019-06-12 14:13:36 +02:00
2018-05-04 20:04:48 +02:00
.validate_selling {
margin: 0.25rem;
}
2019-06-12 14:13:36 +02:00
.product-listing {
2018-08-27 15:43:09 +02:00
height: 70vh;
overflow: auto;
}
2019-06-12 14:13:36 +02:00
.sellings{
.remove-item{
margin-left: 1em;
}
}
2019-06-12 15:24:13 +02:00
#not_loaded{
width: 100%;
height: 75vh;
}