diff options
author | dedeibel | 2018-12-28 21:58:18 +0100 |
---|---|---|
committer | dedeibel | 2018-12-28 21:58:18 +0100 |
commit | 811b6f7d444651aa6b92325a0cafda4d6cf0a22f (patch) | |
tree | 20a0cdaedc3d21199c977a35bc2a8d2229664934 /configs/conferences/35c3 | |
parent | cdff0cdfe99b111219af1eee8550b3c051b09a3d (diff) |
35c3: set pause and optout background image to fixed size
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/35c3/main.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 5b27ed6..23fdcca 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -385,6 +385,7 @@ body .schedule { &.pause, &.optout { background-color: @color-grey-lightest; background-image: linear-gradient(135deg, rgba(255,255,255,.35) 15%, transparent 15%, transparent 30%, rgba(255,255,255,.35) 30%, rgba(255,255,255,.35) 45%, transparent 45%, transparent 60%, rgba(255,255,255,.35) 60%, rgba(255,255,255,.35) 75%, transparent 75%, transparent 90%, rgba(255,255,255,.35) 90%, rgba(255,255,255,.35)); + background-size: 148px; h3 { color: @color-grey-lighter; |