Skip to content
Snippets Groups Projects
Unverified Commit 589fb002 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Fixing buttons margins

parent 0a057acb
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,6 @@ button {
font-style: inherit;
}
button:not(.button-block)~button:not(.button-block) {
margin-left: 4px;
}
.allow-text-selection {
-webkit-user-select: text;
-moz-user-select: text;
......@@ -663,7 +659,6 @@ label.required:after {
font-weight: 500;
font-size: 13px;
text-align: center;
margin: 4px 0;
text-transform: uppercase;
word-spacing: 0;
line-height: 16px;
......@@ -707,19 +702,19 @@ label.required:after {
font-weight: 600;
}
}
&.facebook {}
&.twitter {}
&.google {}
&.github {}
&.gitlab {}
&.trello {}
&.meteor-developer {}
&.button-block {
display: block;
margin-bottom: 4px;
width: 100%;
}
}
.buttons-group {
.button~.button {
margin-left: 4px;
}
}
.sec-header {
margin: 16px 0;
text-align: center;
......@@ -4357,7 +4352,7 @@ body:not(.is-cordova) {
}
}
.group-call-buttons {
.buttons-group {
display: -webkit-flex;
display: -moz-flex;
display: flex;
......
<template name="videoButtons">
<div class="group-call-buttons">
<div class="buttons-group">
{{#if videoAvaliable}}
{{#unless videoActive}}
{{#if callInProgress}}
......
......@@ -30,7 +30,7 @@
</div>
{{/each}}
</div>
<div class="group-call-buttons">
<div class="buttons-group">
{{#if videoActive}}
<button class="stop-call button red"><i class="icon-stop"></i>{{_ "Stop"}}</button>
{{#if audioEnabled}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment