This repository has been archived on 2024-11-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mastodon-apps/projects/mastolists/src/styles.scss
2022-12-22 16:38:25 +01:00

24 lines
422 B
SCSS

// 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;
}