diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 16:32:25 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 16:32:25 +0200 |
| commit | c95ced58bab3bbf84e2be372b8c138051d983da9 (patch) | |
| tree | 82273e33bd1e89afbb18c01939539946d88a1684 /src/styles.css | |
| parent | f629eeadba6499b12801ee512d5e7fa14b4b2777 (diff) | |
| download | DevHive-Angular-c95ced58bab3bbf84e2be372b8c138051d983da9.tar DevHive-Angular-c95ced58bab3bbf84e2be372b8c138051d983da9.tar.gz DevHive-Angular-c95ced58bab3bbf84e2be372b8c138051d983da9.zip | |
Major redesign of technology and language selection design in profile settings (with this, profile settings is fully redesigned)
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css index a20cef2..6c43f1f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -329,6 +329,16 @@ input[type=file]::file-selector-button { margin-bottom: 0.5em; } +.margin-top-bot-very-big { + margin-top: 0.7em; + margin-bottom: 0.7em; +} + +.margin-top-bot-smaller { + margin-top: 0.3em; + margin-bottom: 0.3em; +} + .margin-top-bot-small { margin-top: 0.2em; margin-bottom: 0.2em; |
