Skip to content

Commit

Permalink
add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmoritzschoefl committed Sep 29, 2023
1 parent ddcd084 commit 36aefca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node_modules/
/tests/**/*.js
/src/**/*.map
/tests/**/*.map
*.css
# *.css
/package-lock.json
/yarn.lock

Expand Down
7 changes: 7 additions & 0 deletions src/app/header/UserMenu.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.avatar {
cursor: pointer;

>div {
font-size: 12.5px;
}
}
10 changes: 10 additions & 0 deletions src/vis/Vis.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.visWrapper {
height: 100%;
width: 100%;
overflow: hidden;
position: relative;

[class~=nsewdrag] {
cursor: pointer !important;
}
}

0 comments on commit 36aefca

Please sign in to comment.