initial commit

This commit is contained in:
2022-12-22 16:38:25 +01:00
commit a3f54bb537
143 changed files with 24386 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
// this is our just created themes.scss file, make sure the path to the file is correct
@use 'styles/themes' as *;
// framework component styles
@use '@nebular/theme/styles/globals' as *;
// install the framework styles
@include nb-install() {
@include nb-theme-global();
}
.divider {
height: 20px;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
td, th {
padding: 10px;
}