diff options
| author | Kamen Mladenov <kamen.d.mladenov@protonmail.com> | 2021-03-29 16:13:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 16:13:24 +0300 |
| commit | b9d5225b7e9f820c28690c243b067cfeb5251d74 (patch) | |
| tree | e06600075ce0b7362d189b45542119e8ecab12c6 /src/styles.css | |
| parent | 64ec7f26f91ffaad64dbd47142fb7969ef6ea32c (diff) | |
| parent | aca037a2ac750faf7606f324478fa5fce220ccc2 (diff) | |
| download | DevHive-Angular-b9d5225b7e9f820c28690c243b067cfeb5251d74.tar DevHive-Angular-b9d5225b7e9f820c28690c243b067cfeb5251d74.tar.gz DevHive-Angular-b9d5225b7e9f820c28690c243b067cfeb5251d74.zip | |
Merge pull request #4 from Team-Kaleidoscope/click-sec-info
Click sec info
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css index 39b6fb1..c9a4f25 100644 --- a/src/styles.css +++ b/src/styles.css @@ -279,6 +279,10 @@ input[type=file]::file-selector-button { padding: 0.1em; } +.padding-right-1 { + padding-right: 1em !important; +} + .padding-right-1dot5 { padding-right: 1.5em !important; } |
