]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-17436 Bigger font size for SL connection page
authorJeremy Davis <jeremy.davis@sonarsource.com>
Thu, 13 Oct 2022 11:36:58 +0000 (13:36 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 13 Oct 2022 20:03:18 +0000 (20:03 +0000)
server/sonar-web/src/main/js/app/components/SonarLintConnection.tsx

index 77cb25dc9975bb48e40884842691851772b407b6..591a14d4ee3a62219b74bdc7509466bd3c16aec8 100644 (file)
@@ -190,10 +190,10 @@ export function SonarLintConnection({ currentUser }: Props) {
                 <span className="sonarlint-token-value">{newToken.token}</span>
                 <ClipboardButton className="big-spacer-left" copyValue={newToken.token} />
               </div>
-              <div className="big-spacer-top">
+              <div className="big huge-spacer-top">
                 <strong>{translate('sonarlint-connection.connection-error.next-steps')}</strong>
               </div>
-              <ol className="big-spacer-top big-spacer-bottom">
+              <ol className="big big-spacer-top big-spacer-bottom">
                 <li>{translate('sonarlint-connection.connection-error.step1')}</li>
                 <li>{translate('sonarlint-connection.connection-error.step2')}</li>
               </ol>
@@ -214,10 +214,10 @@ export function SonarLintConnection({ currentUser }: Props) {
               <p className="big big-spacer-top big-spacer-bottom">
                 {translateWithParameters('sonarlint-connection.success.description', newToken.name)}
               </p>
-              <div className="big-spacer-top">
+              <div className="big huge-spacer-top">
                 <strong>{translate('sonarlint-connection.success.last-step')}</strong>
               </div>
-              <div className="big-spacer-top big-spacer-bottom">
+              <div className="big big-spacer-top big-spacer-bottom">
                 {translate('sonarlint-connection.success.step')}
               </div>
             </>