diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:35:04 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:35:04 +0200 |
| commit | 1afe87209a9e7140fabd3ba58b5e7b470b68fc7b (patch) | |
| tree | 6dffc49a516334a02f39d6e31e7cb682d544186c /src/styles.css | |
| parent | 9906b285148f54b4060c71012854a814409cc9d7 (diff) | |
| download | DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar.gz DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.zip | |
Improved readability and consistency of margin global styling
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/styles.css b/src/styles.css index 373ff93..11c2973 100644 --- a/src/styles.css +++ b/src/styles.css @@ -305,42 +305,42 @@ input[type=file]::file-selector-button { /* Margin */ -.no-margin { +.margin-0 { margin: 0; } -.no-margin-top { +.margin-top-0 { margin-top: 0; } -.margin-top-normal { +.margin-top-dot4 { margin-top: 0.4em; } -.margin-top-bigger { +.margin-top-dot5 { margin-top: 0.5em; } -.margin-bot-bigger { +.margin-bot-dot5 { margin-bottom: 0.5em; } -.margin-top-bot-very-big { +.margin-top-bot-dot7 { margin-top: 0.7em; margin-bottom: 0.7em; } -.margin-top-bot-smaller { +.margin-top-bot-dot3 { margin-top: 0.3em; margin-bottom: 0.3em; } -.margin-top-bot-small { +.margin-top-bot-dot2 { margin-top: 0.2em; margin-bottom: 0.2em; } -.margin-right-small { +.margin-right-dot2 { margin-right: 0.2em; } |
