diff options
| author | horus | 2018-02-10 04:02:37 +0100 |
|---|---|---|
| committer | horus | 2018-02-10 04:02:37 +0100 |
| commit | 192581bd55924b97ac14f270e408f1faeb856da8 (patch) | |
| tree | 3b8624a594d7bfaba3f99e520e1f18a2fee3fdb7 /site/public | |
| parent | 09ab27a6d19883317f2fc185b57b971b8c780069 (diff) | |
| download | alkobote-192581bd55924b97ac14f270e408f1faeb856da8.tar.gz | |
Improves mobile layout.
Diffstat (limited to 'site/public')
| -rw-r--r-- | site/public/css/custom.css | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/site/public/css/custom.css b/site/public/css/custom.css index 417d4dd..b718b50 100644 --- a/site/public/css/custom.css +++ b/site/public/css/custom.css @@ -20,8 +20,6 @@ padding-right: 20px; padding-left: 20px; } -.bg-dark-opacity { -} .w-55 { width: 55% !important; } @@ -40,3 +38,23 @@ .mt-20 { margin-top: 20px; } +.text-dotted { + text-decoration: underline dotted; +} +.off-badge { + color: white; + font-size: 150%; + padding-right: 10px; + padding-left:10px; + opacity: 0.9; +} +.off-badge-small { + font-size: 120%; +} +.text-large { + font-size: 120%; +} +.img-grey { + opacity: 0.7; + filter: grayscale(100%); +} |
