Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickup task 1177 #29

Merged
merged 3 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@

## About

This plugin contains local customizations for UTK Libraries.
This plugin contains local customizations for UTK Libraries.

## Building CSS

To build custom.css, use Node 8 and then

```shell
yarn
yarn gulp sass
```
6 changes: 4 additions & 2 deletions public/assets/stylesheets/custom/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,7 @@ span.required,
margin-bottom: 2em; }

ul.addendum > li {
margin-left: 40px;
}
margin-left: 40px; }

div#notes_row {
flex: 0 0 100%; }
1 change: 1 addition & 0 deletions public/assets/stylesheets/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"license": "MIT",
"dependencies": {
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2"
Expand Down
4 changes: 4 additions & 0 deletions public/assets/stylesheets/custom/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@

ul.addendum > li {
margin-left: 40px;
}

div#notes_row {
flex: 0 0 100%;
}