diff options
| author | Max | 2018-02-10 01:59:26 +0100 |
|---|---|---|
| committer | Max | 2018-02-10 01:59:26 +0100 |
| commit | 09ab27a6d19883317f2fc185b57b971b8c780069 (patch) | |
| tree | 86ae7b2e8da2bc53c3e86574ea28e869d0efb4dc /site/public/css/custom.css | |
| parent | 374defdff5502123d84e2e48fdd4faa4636447da (diff) | |
| download | alkobote-09ab27a6d19883317f2fc185b57b971b8c780069.tar.gz | |
Major improvements. (website)
Diffstat (limited to 'site/public/css/custom.css')
| -rw-r--r-- | site/public/css/custom.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/site/public/css/custom.css b/site/public/css/custom.css index f3c99e1..417d4dd 100644 --- a/site/public/css/custom.css +++ b/site/public/css/custom.css @@ -1,4 +1,42 @@ +.custom-flex-child { + min-width: 0; +} +.h3-truncate { + min-width: 0; +} +.custom-flex-child > .h3-truncate > .hide-overflow{ + overflow: hidden; + text-overflow: ellipsis !important; +} +.custom-flex-child > .hide-overflow{ + overflow: hidden; + text-overflow: ellipsis !important; +} .hide-overflow{ overflow: hidden; text-overflow: ellipsis !important; } +.footer-col { + padding-right: 20px; + padding-left: 20px; +} +.bg-dark-opacity { +} +.w-55 { + width: 55% !important; +} +.h-40 { + height: 40% !important; +} +.h-45 { + height: 45% !important; +} +.text-small { + font-size: 80%; +} +.mt-10 { + margin-top: 10px; +} +.mt-20 { + margin-top: 20px; +} |
