https://github.com/computestacks/portal-master-css
Master CSS files for CS Portal
https://github.com/computestacks/portal-master-css
Last synced: about 1 month ago
JSON representation
Master CSS files for CS Portal
- Host: GitHub
- URL: https://github.com/computestacks/portal-master-css
- Owner: ComputeStacks
- Created: 2019-05-10T23:36:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T18:41:29.000Z (about 7 years ago)
- Last Synced: 2025-02-27T22:04:24.268Z (over 1 year ago)
- Language: CSS
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stylesheets for ComputeStacks Cloud Portal
## Image Formats
Login Logo: 200 x 100 (W x H)
In-App Nav Bar: Max height of 32px. Width can be any size, but should not exceed 260px.
In-App Admin Nav Bar: Same as above.
## How to customize
If we have already setup a unique git repo for you, clone from that using `git clone `. Otherwise, clone our master repo and create your own repository with::
1. `git clone -o upstream https://github.com/ComputeStacks/portal-master-css.git computestacks-css`
2. `git remote add origin && git push --set-upstream origin master`
Make your changes in `theme/vars.scss`
Once you've made the changes, and `git push` the changes, open a ticket with ComputeStacks and we will update your CloudPortal.
### Compile
If you would like to compile the changes yourself, please follow these instructions.
First, make sure you have the following installed:
* sass - `gem install sass`
* sass-globbing - https://github.com/chriseppstein/sass-globbing - `sass-globbing`
Then run the following command:
sass -r sass-globbing -t compressed application.css.scss src/application-1.css
### Example:
sass -r sass-globbing -t compressed application.css.scss src/application-0.css