diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-21 15:56:47 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-21 15:56:47 +0200 |
commit | c53aacdfa08249d4099073eecd28a768c07f309b (patch) | |
tree | e206247e4fc52fbbc40e555128fb959b20922fdd /app/javascript/flavours/glitch | |
parent | d250e072a23a9ddb3d67e03efc4727591f7b747d (diff) |
Recover glitch-soc specific styles that were removed by accident
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/admin.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 560b11ddf..7fe5e4a19 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -274,6 +274,22 @@ } } +.flavour-screen { + display: block; + margin: 10px auto; + max-width: 100%; +} + +.flavour-description { + display: block; + font-size: 16px; + margin: 10px 0; + + & > p { + margin: 10px 0; + } +} + .report-accounts { display: flex; flex-wrap: wrap; |