Skip to content

Commit

Permalink
admin: circulation loan
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Dec 18, 2024
1 parent b6a0329 commit a05c792
Show file tree
Hide file tree
Showing 17 changed files with 366 additions and 362 deletions.
2 changes: 1 addition & 1 deletion projects/admin/src/app/circulation/circulation.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import { GetLoanCipoPipe } from './pipe/get-loan-cipo.pipe';
MessagesModule,
InputSwitchModule,
SplitButtonModule
],
],
providers: [
CurrencyPipe
]
Expand Down
49 changes: 32 additions & 17 deletions projects/admin/src/app/circulation/circulation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,38 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

@import 'bootstrap/scss/functions';
@import 'bootstrap/scss/variables';
p {
margin-block-start: 0.5rem;
margin-block-end: 0.5rem;
}

.item {
margin-bottom: map-get($spacers, 1) !important;
padding: map-get($spacers, 1) !important;
border: $border-width solid $border-color;
border-radius: $border-radius;
position: relative;
ul {
padding-inline-start: 0.5rem;
margin-block-start: 0.5rem;
}

&:hover{
background-color: $light;
}
p-messages div.p-message {
margin: 0;
margin-bottom: 0.5rem;
}

div.actions {
position: absolute;
top: map-get($spacers, 1);
right: 15px;
}
}
// @import 'bootstrap/scss/functions';
// @import 'bootstrap/scss/variables';

// .item {
// margin-bottom: map-get($spacers, 1) !important;
// padding: map-get($spacers, 1) !important;
// border: $border-width solid $border-color;
// border-radius: $border-radius;
// position: relative;

// &:hover{
// background-color: $light;
// }

// div.actions {
// position: absolute;
// top: map-get($spacers, 1);
// right: 15px;
// }
// }
Loading

0 comments on commit a05c792

Please sign in to comment.