Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2651 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2651 Rev 2652
Línea 115... Línea 115...
115
      <div className="acc-setting_content">
115
      <div className="acc-setting_content">
116
        <div className="d-flex align-items-center justify-content-between">
116
        <div className="d-flex align-items-center justify-content-between">
117
          <span>
117
          <span>
118
            Facebook
118
            Facebook
119
          </span>
119
          </span>
120
          <div className="input-c p-0">
120
          <div className="input-c p-0 d-flex align-items-center" style={{ gap: '1rem' }}>
121
            <label htmlFor="is_current">{facebookConnected ? 'Desconectar' : 'Conectar'}</label>
121
            <label htmlFor="is_current">{facebookConnected ? 'Desconectar' : 'Conectar'}</label>
122
            <div className="form-group">
122
            <div className="form-group">
123
              <StyledSwitch className="switch">
123
              <StyledSwitch className="switch">
124
                <input
124
                <input
125
                  type="checkbox"
125
                  type="checkbox"
Línea 138... Línea 138...
138
        </div>
138
        </div>
139
        <div className="d-flex align-items-center justify-content-between">
139
        <div className="d-flex align-items-center justify-content-between">
140
          <span>
140
          <span>
141
            Twitter
141
            Twitter
142
          </span>
142
          </span>
143
          <div className="input-c p-0">
143
          <div className="input-c p-0 d-flex align-items-center" style={{ gap: '1rem' }}>
144
            <label htmlFor="is_current">{twitterConnected ? 'Desconectar' : 'Conectar'}</label>
144
            <label htmlFor="is_current">{twitterConnected ? 'Desconectar' : 'Conectar'}</label>
145
            <div className="form-group">
145
            <div className="form-group">
146
              <StyledSwitch className="switch">
146
              <StyledSwitch className="switch">
147
                <input
147
                <input
148
                  type="checkbox"
148
                  type="checkbox"
Línea 161... Línea 161...
161
        </div>
161
        </div>
162
        <div className="d-flex align-items-center justify-content-between">
162
        <div className="d-flex align-items-center justify-content-between">
163
          <span>
163
          <span>
164
            Google
164
            Google
165
          </span>
165
          </span>
166
          <div className="input-c p-0">
166
          <div className="input-c p-0 d-flex align-items-center" style={{ gap: '1rem' }}>
167
            <label htmlFor="is_current">{googleConnected ? 'Desconectar' : 'Conectar'}</label>
167
            <label htmlFor="is_current">{googleConnected ? 'Desconectar' : 'Conectar'}</label>
168
            <div className="form-group">
168
            <div className="form-group">
169
              <StyledSwitch className="switch">
169
              <StyledSwitch className="switch">
170
                <input
170
                <input
171
                  type="checkbox"
171
                  type="checkbox"