Reduce overlays icon size

master
Daniel Berteaud 11 years ago
parent 11691f244f
commit ec34e179d1
  1. 8
      public/css/vroom.css

@ -36,12 +36,12 @@
} }
.muted { .muted {
position: absolute; position: absolute;
right: 20px; right: 25px;
top: 0px; top: 0px;
} }
.muted:before{ .muted:before{
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
font-size: 2em; font-size: 1.5em;
color: red; color: red;
content: "\e036"; content: "\e036";
} }
@ -53,7 +53,7 @@
.paused:before{ .paused:before{
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
color: red; color: red;
font-size: 2em; font-size: 1.5em;
content: "\e106"; content: "\e106";
} }
.owner{ .owner{
@ -64,7 +64,7 @@
.owner:before{ .owner:before{
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
color: red; color: red;
font-size: 2em; font-size: 1.5em;
content: "\e124"; content: "\e124";
} }
.noWebcam{ .noWebcam{

Loading…
Cancel
Save