diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/bubble.png | bin | 0 -> 232874 bytes | |||
-rw-r--r-- | assets/caw.png | bin | 0 -> 1106705 bytes | |||
-rw-r--r-- | assets/macaw-icon.png | bin | 0 -> 1300928 bytes | |||
-rw-r--r-- | assets/style.scss | 20 |
4 files changed, 20 insertions, 0 deletions
diff --git a/assets/bubble.png b/assets/bubble.png Binary files differnew file mode 100644 index 0000000..003a141 --- /dev/null +++ b/assets/bubble.png diff --git a/assets/caw.png b/assets/caw.png Binary files differnew file mode 100644 index 0000000..0e26169 --- /dev/null +++ b/assets/caw.png diff --git a/assets/macaw-icon.png b/assets/macaw-icon.png Binary files differnew file mode 100644 index 0000000..b352ac0 --- /dev/null +++ b/assets/macaw-icon.png diff --git a/assets/style.scss b/assets/style.scss index 9a47cb3..8020885 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -47,6 +47,8 @@ html { } #hero img { + height: 128px; + width: 128px; max-width: 100%; } @@ -390,6 +392,24 @@ p { opacity: 0; } +.dock { + display: flex; + flex-direction: column; + border-width: 0 2px 0 0; +} + +.dock-icon { + margin: 8px; +} + +.shortcuts { + border-bottom: 2px solid black; +} + +.dock-icon img { + width: 64px; +} + /* font-families */ /* thai */ |