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

Loading…
Cancel
Save