diff options
| author | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
| commit | 8b680990b0bb4fe3212a4f632519320191065f67 (patch) | |
| tree | 79720858bfae86e041f2c8d3b3cc168e6e8730e5 /src/styles/shifter.css | |
| parent | a906252380a9c041a4c2b78790506412ffd40f75 (diff) | |
| download | shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.gz shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.bz2 shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.zip | |
init shifter + slideshow
Diffstat (limited to 'src/styles/shifter.css')
| -rw-r--r-- | src/styles/shifter.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/styles/shifter.css b/src/styles/shifter.css new file mode 100644 index 0000000..a37b6bf --- /dev/null +++ b/src/styles/shifter.css @@ -0,0 +1,36 @@ +.draggable { + position: absolute; + top: 50px; + left: 50px; + width: fit-content; +} + + +.content { + padding: 10px; + display: flex; + flex-direction: row; +} + +.sidebar { + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.sidebar-content { + display: flex; + flex-direction: column; + padding: 0 20px; + border: 1px solid; +} + +.shifter-body { + margin: 1em; +} + +.shifter-button { + font-weight: bold; + font-style: italic; + border: 1px solid; +} |
