diff --git a/client/src/components/Footer/footer.css b/client/src/components/Footer/footer.css index 651dca248a..381062e1a5 100644 --- a/client/src/components/Footer/footer.css +++ b/client/src/components/Footer/footer.css @@ -14,12 +14,12 @@ .footer a:not([class*='inline']) { display: block; - padding-left: 5px + padding-left: 5px; } .footer a:hover { outline-offset: 1px; - outline: 1px dashed #A0A0A0; + outline: 1px dashed #a0a0a0; background-color: #ffbe41; } @@ -35,5 +35,5 @@ .night .footer a:hover { color: #606f7b; outline-offset: 1px; - outline: 1px dashed #A0A0A0; + outline: 1px dashed #a0a0a0; } diff --git a/client/src/components/Header/components/menuButton.css b/client/src/components/Header/components/menuButton.css index 7bfcf062f6..f80574eff8 100644 --- a/client/src/components/Header/components/menuButton.css +++ b/client/src/components/Header/components/menuButton.css @@ -1,4 +1,3 @@ - #top-nav .menu-button { color: white; background-color: transparent; diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 6ce41a11ad..e02cfd62e4 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -29,8 +29,9 @@ h6 { color: #006400; } -a:hover, a:focus { - text-decoration: none; +a:hover, +a:focus { + text-decoration: none; } .fcc-modal { @@ -42,4 +43,4 @@ a:hover, a:focus { color: #fff; font-size: 28px; text-shadow: none; -} \ No newline at end of file +} diff --git a/client/src/components/layouts/layout.css b/client/src/components/layouts/layout.css index 0a73719af4..58400d27ab 100644 --- a/client/src/components/layouts/layout.css +++ b/client/src/components/layouts/layout.css @@ -471,7 +471,12 @@ hr { padding-right: 0; padding-top: 0; margin-bottom: calc(1.45rem - 1px); - background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0)); + background-image: linear-gradient( + to right, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0.75), + rgba(0, 0, 0, 0) + ); border: none; height: 1px; } @@ -582,7 +587,7 @@ code { border-radius: 3px; font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono', 'Liberation Mono', Menlo, Courier, monospace; - padding: .2em .3em; + padding: 0.2em 0.3em; } pre code { background: none; diff --git a/client/src/components/profile/components/portfolio.css b/client/src/components/profile/components/portfolio.css index 3cdeb3df9d..a9f9f0385a 100644 --- a/client/src/components/profile/components/portfolio.css +++ b/client/src/components/profile/components/portfolio.css @@ -5,4 +5,4 @@ .portfolio-screen-shot { width: 150px; min-width: 150px; -} \ No newline at end of file +} diff --git a/client/src/components/settings/certification.css b/client/src/components/settings/certification.css index d63926322c..081af05f1f 100644 --- a/client/src/components/settings/certification.css +++ b/client/src/components/settings/certification.css @@ -12,11 +12,11 @@ line-height: 40px; } -.table>thead>tr>th, -.table>tbody>tr>th, -.table>tfoot>tr>th, -.table>thead>tr>td, -.table>tbody>tr>td, -.table>tfoot>tr>td { +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { border: none; } diff --git a/client/src/components/settings/danger-zone.css b/client/src/components/settings/danger-zone.css index dabe3de039..77d0d75fca 100644 --- a/client/src/components/settings/danger-zone.css +++ b/client/src/components/settings/danger-zone.css @@ -4,7 +4,8 @@ border-color: #ad1601; } -.btn-danger:hover, .btn-danger:focus { +.btn-danger:hover, +.btn-danger:focus { background-color: #ad1601; } .danger-zone .panel-heading { diff --git a/client/src/components/settings/portfolio.css b/client/src/components/settings/portfolio.css index 1cbbc68564..193e5184c8 100644 --- a/client/src/components/settings/portfolio.css +++ b/client/src/components/settings/portfolio.css @@ -1,4 +1,4 @@ .btn-delete-portfolio { background-color: #fff; - color: #f11e00 -} \ No newline at end of file + color: #f11e00; +} diff --git a/client/src/components/settings/solution-viewer.css b/client/src/components/settings/solution-viewer.css index a72ea94146..e420f4fdbf 100644 --- a/client/src/components/settings/solution-viewer.css +++ b/client/src/components/settings/solution-viewer.css @@ -1,3 +1,4 @@ -.solution-viewer, .solution-viewer pre { +.solution-viewer, +.solution-viewer pre { margin-bottom: 0px; -} \ No newline at end of file +} diff --git a/client/src/components/settings/toggle-setting.css b/client/src/components/settings/toggle-setting.css index 7b3616d219..f0c8119a00 100644 --- a/client/src/components/settings/toggle-setting.css +++ b/client/src/components/settings/toggle-setting.css @@ -6,4 +6,4 @@ .toggle-setting-container .form-group label { max-width: 50%; -} \ No newline at end of file +} diff --git a/client/src/pages/index.css b/client/src/pages/index.css index 949a4b0626..831d645de4 100644 --- a/client/src/pages/index.css +++ b/client/src/pages/index.css @@ -1,13 +1,13 @@ - /* Embrace the cascade to override night mode styles This ensures a consistent landing page, even for users with nigt mode enabled */ -.night body .landing-page{ +.night body .landing-page { background-color: #fff; color: #333; } -.night .landing-page #top-right-nav li > a, .night #top-right-nav li > span { +.night .landing-page #top-right-nav li > a, +.night #top-right-nav li > span { color: #fff; } .night .landing-page a { diff --git a/client/src/pages/update-email.css b/client/src/pages/update-email.css index b41b65704c..2ed904728f 100644 --- a/client/src/pages/update-email.css +++ b/client/src/pages/update-email.css @@ -1,3 +1,3 @@ .control-label.email-label { text-align: left; -} \ No newline at end of file +} diff --git a/client/src/pages/welcome.css b/client/src/pages/welcome.css index 2bd4aa4498..b5ca71c888 100644 --- a/client/src/pages/welcome.css +++ b/client/src/pages/welcome.css @@ -25,6 +25,6 @@ p.stats span { color: #67d269; } -.night .quote-partial .blockquote { +.night .quote-partial .blockquote { background-color: #333; } diff --git a/client/src/templates/Challenges/components/challenge-description.css b/client/src/templates/Challenges/components/challenge-description.css index 59e257ab1d..f8152e2814 100644 --- a/client/src/templates/Challenges/components/challenge-description.css +++ b/client/src/templates/Challenges/components/challenge-description.css @@ -2,8 +2,8 @@ font-size: 16px; } - .challenge-instructions blockquote, - .challenge-instructions pre { +.challenge-instructions blockquote, +.challenge-instructions pre { background-color: #eee; color: #c7254e; padding: 10px 10px 10px 15px; @@ -18,6 +18,7 @@ .challenge-instructions pre code { line-height: 1.42; text-shadow: none; - font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono', 'Liberation Mono', Menlo, Courier, monospace; + font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono', + 'Liberation Mono', Menlo, Courier, monospace; color: #c7254e; } diff --git a/client/src/templates/Challenges/components/test-suite.css b/client/src/templates/Challenges/components/test-suite.css index 7875776ce2..d412dc215d 100644 --- a/client/src/templates/Challenges/components/test-suite.css +++ b/client/src/templates/Challenges/components/test-suite.css @@ -28,4 +28,4 @@ .test-status-icon > svg { width: 50px; height: 50px; -} \ No newline at end of file +} diff --git a/client/src/templates/Challenges/project/project.css b/client/src/templates/Challenges/project/project.css index 8ef26196f4..051208d484 100644 --- a/client/src/templates/Challenges/project/project.css +++ b/client/src/templates/Challenges/project/project.css @@ -5,4 +5,4 @@ align-items: center; max-width: 960px; margin: 0 auto; -} \ No newline at end of file +}