Skip to content
Snippets Groups Projects
Commit 471f30dc authored by Eugen Ciur's avatar Eugen Ciur
Browse files

prettier linting

parent c18303cf
Branches
Tags
No related merge requests found
<div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" style="width: 280px;">
<div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark sidebar-open" >
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"></use></svg>
<span class="fs-4">Papermerge</span>
......
......
......@@ -3,15 +3,14 @@ import { action } from '@ember/object';
import { tracked } from '@glimmer/tracking';
import { inject as service } from '@ember/service';
const COLORS = [
"#ff0000",
"#0000ff",
"#006684",
"#661200",
"#ce5c00",
"#5c3566",
"#4e9a06"
'#ff0000',
'#0000ff',
'#006684',
'#661200',
'#ce5c00',
'#5c3566',
'#4e9a06'
]
function _random_color() {
......
......
import { attr } from '@ember-data/model';
import NodeModel from './node';
export default class TagModel extends NodeModel {
@attr name;
@attr fg_color;
......
......
@import "node_modules/bootstrap/scss/bootstrap";
@import "./tag";
@import "./button";
@import "./nav/sidebar";
main {
......
......
.sidebar-open {
width: 280px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment