feat: Enable reauthorization for Facebook (#1286)

This commit is contained in:
Sojan Jose 2020-09-30 01:12:32 +05:30 committed by GitHub
parent 99ca54fd3c
commit b862817b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 281 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="row settings--section">
<div class="medium-4 small-12">
<div class="medium-4 small-12 title--section">
<p class="sub-block-title">
{{ title }}
</p>
@ -35,7 +35,7 @@ export default {
.settings--section {
border-bottom: 1px solid $color-border;
display: flex;
padding: $space-normal 0;
padding: $space-normal $space-normal $space-normal 0;
.sub-block-title {
color: $color-woot;