diff options
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; +} |
