Merge pull request #2348 from matrix-org/bwindels/roomgridview-experimental

Tiled room UI
This commit is contained in:
Bruno Windels 2019-01-09 17:25:08 +00:00 committed by GitHub
commit ece5cb1fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 839 additions and 179 deletions

View file

@ -175,6 +175,10 @@ $lightbox-bg-color: #454545;
$lightbox-fg-color: #ffffff;
$lightbox-border-color: #ffffff;
/*** GroupGridView ***/
$gridview-focus-border-glow-color: rgba(134, 193, 165, 0.5);
$gridview-focus-border-color: rgba(134, 193, 165, 1);
$imagebody-giflabel: rgba(0, 0, 0, 0.7);
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2);
$imagebody-giflabel-color: rgba(255, 255, 255, 1);