Skip to content

Commit

Permalink
feat: add and style Manual page
Browse files Browse the repository at this point in the history
create bootstrap vue based grid layout, based upon Christina Carrasquilla's implementation
create style classes based upon the CSS stylesheet created by Christina Carrasquilla

Co-authored-by: Allen Lee <[email protected]>
  • Loading branch information
chrstngyn and alee committed Feb 3, 2022
1 parent 4f81018 commit 4147acd
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 238 deletions.
12 changes: 9 additions & 3 deletions client/src/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,12 @@ h4 {
font-weight: bold;
}

/* CSS Document by Christina Carrasquilla for Port of Mars (POM) */

body {
height: 100% !important;
width: 100% !important;
overflow-x: hidden;
font-family: $khula !important;
font-weight: $regular !important;
color: $light-shade;
background-color: black;

// fade animation for body
Expand Down Expand Up @@ -119,6 +116,15 @@ body {
--marslog-orange: rgba(170, 111, 0, 0.2);
--marslog-green: rgba(9, 92, 41, 0.2);
--trade-request-blue: #659be8;

--brown: #754c29;
--beige: #d9cfc6;
--red: #aa2a29;
--black: #000000;
--white: #ffffff;
--yellow: #ebce56;
--blue: #005dac;
--purple: #7f3f98;
}

p,
Expand Down
Loading

0 comments on commit 4147acd

Please sign in to comment.