mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-11 05:12:39 -05:00
init crater
This commit is contained in:
96
resources/assets/sass/pages/reports.scss
vendored
Normal file
96
resources/assets/sass/pages/reports.scss
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
// Reports
|
||||
// -------------------------
|
||||
|
||||
.reports {
|
||||
|
||||
.reports-tab-container {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
|
||||
.reports-frame-style {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
border: 1px solid $ls-color-gray;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.report-button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.report-view-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.report-fields-container {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.report-field-container {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.report-submit-button-container {
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.report-label {
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
color: $ls-color-secondary;
|
||||
}
|
||||
|
||||
.report-label {
|
||||
font-weight: 500;
|
||||
color: #55547A;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media(max-width: $x-small-breakpoint ) {
|
||||
|
||||
.reports {
|
||||
|
||||
.reports-tab {
|
||||
padding: 10px 19px;
|
||||
}
|
||||
|
||||
.reports-frame-style {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.report-view-button {
|
||||
display: flex;
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.report-button {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.report-fields-container {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.report-field-container {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
|
||||
.tab {
|
||||
padding: 10px 15px;
|
||||
|
||||
.tab-link {
|
||||
padding: 10px 17px !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user