diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 15:48:03 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 15:48:14 +0200 |
| commit | 0133f3b5e9086fba5006314c183451974d50502c (patch) | |
| tree | 96b4c9663b6eaacf064da902adff23fc2f3b837a /src/styles.css | |
| parent | 88b8336f0fa51a6f1ac1334e1237d1053d52d8a7 (diff) | |
| download | DevHive-Angular-0133f3b5e9086fba5006314c183451974d50502c.tar DevHive-Angular-0133f3b5e9086fba5006314c183451974d50502c.tar.gz DevHive-Angular-0133f3b5e9086fba5006314c183451974d50502c.zip | |
Major redesign of post page component and removed post edit and delete functionality, as well as old navbar from it
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 40 |
1 files changed, 17 insertions, 23 deletions
diff --git a/src/styles.css b/src/styles.css index b166d70..d57416e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -297,10 +297,22 @@ input[type=file]::file-selector-button { margin: 0; } +.no-margin-top { + margin-top: 0; +} + .margin-top-normal { margin-top: 0.4em; } +.margin-top-bigger { + margin-top: 0.5em; +} + +.margin-bot-bigger { + margin-bottom: 0.5em; +} + .margin-top-bot-small { margin-top: 0.2em; margin-bottom: 0.2em; @@ -359,6 +371,11 @@ input[type=file]::file-selector-button { /* Inputs, the type found in login and register */ +.textarea-new-msg { + min-height: 1.5em; + resize: vertical; +} + .fancy-input { box-sizing: border-box; margin-bottom: 0.5em; @@ -458,26 +475,3 @@ input[type=file]::file-selector-button { .form-attachment { background-color: #424242; } - -.form-attachments { - display: flex; - flex-wrap: wrap; - color: gray; - font-size: 0.75em; - margin: 0 0.3em; -} - -.remove-form-attachment { - font-size: 0.9em; - color: var(--failure); - background-color: white; - border-radius: 0.2em; - margin: 0 0.2em; - padding: 0.2em; -} - -.remove-form-attachment:hover { - color: white; - background-color: var(--failure); - cursor: pointer; -} |
