mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
init crater
This commit is contained in:
98
resources/assets/sass/pages/estimates/index.scss
vendored
Normal file
98
resources/assets/sass/pages/estimates/index.scss
vendored
Normal file
@ -0,0 +1,98 @@
|
||||
// Estimates - Index
|
||||
// -------------------------
|
||||
|
||||
.estimate-index-page {
|
||||
|
||||
.table-actions {
|
||||
|
||||
position: relative;
|
||||
border: none;
|
||||
|
||||
.table-actions-button {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
.table-stats {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.filter-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.filter-customer {
|
||||
margin-right: 40px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.filter-status {
|
||||
margin-right: 40px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.filter-date {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
margin-right: 40px;
|
||||
align-items: center;
|
||||
.from {
|
||||
flex: 1;
|
||||
}
|
||||
.to {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.filter-estimate {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.dashed {
|
||||
border: 1px solid #B9C1D1;
|
||||
width: 10px;
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
@media(max-width: $medium-breakpoint ) {
|
||||
.filter-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.filter-estimate {
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.filter-customer,
|
||||
.filter-status,
|
||||
.filter-date,
|
||||
.filter-estimate {
|
||||
margin-bottom: 10px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: $x-small-breakpoint) {
|
||||
.page-actions {
|
||||
position: relative;
|
||||
-webkit-transform: none;
|
||||
-ms-transform: none;
|
||||
-o-transform: none;
|
||||
transform: none;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
button {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user