initial commit
This commit is contained in:
23
projects/mastolists/src/styles.scss
Normal file
23
projects/mastolists/src/styles.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user