diff options
author | MaZderMind | 2016-12-21 21:18:13 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-21 21:18:13 +0100 |
commit | f64d00d79f274012a9332ace67211fd5bd484a3a (patch) | |
tree | bdc3c7503694b4a4801e6877e245261403eb12ad /configs/conferences/33c3/main.less | |
parent | 753c73f38ba335b14c63a5bb82e54441a7175175 (diff) |
rework all svgs
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/33c3/main.less | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index 2fd7f65..2f6f50d 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -253,7 +253,7 @@ body.multiview .cell { .svg-replace(@file) { background-image: url(@file); background-repeat: no-repeat; - color: transparent; + color: transparent !important; background-position: center; -webkit-user-select: none; /* Chrome all / Safari all */ @@ -274,7 +274,9 @@ body.multiview .cell { } .navbar-brand { - + .svg-replace("assets/f-33c3-streaming.svg"); + width: 290px; + height: 75px } } @@ -311,7 +313,7 @@ nav .button-wrapper > .btn { } &.about { .svg-replace("assets/f-info.svg"); - width: 150px; + width: 80px; } display: block; |