-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved toc, added colour squares, some styling changes
- Loading branch information
1 parent
9424119
commit 2e34f3a
Showing
51 changed files
with
8,949 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/* next 3 are for colour pills */ | ||
.inline-container { | ||
display: flex; | ||
gap: 0.3125rem; | ||
align-items: center; | ||
} | ||
|
||
.inline-container-pill { | ||
display: flex; | ||
gap: 0.3125rem; | ||
align-items: center; | ||
border: solid; | ||
border-color: var(--colour); | ||
border-radius: 30px; | ||
padding-left: 9px; | ||
padding-right: 9px; | ||
} | ||
|
||
.inline-colour-square { | ||
display: flex; | ||
color: white; | ||
background: var(--colour); | ||
width: 18px; | ||
height: 18px; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
|
||
/* square text vesion*/ | ||
.colour-rect { | ||
display: flex; | ||
color: var(--txt_clr); | ||
background-color: var(--colour); | ||
width: 150px; | ||
height: 40px; | ||
align-items: center; | ||
justify-content: center; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.