From 40d9c352aba5351c7a55a63e5bc0508141f51224 Mon Sep 17 00:00:00 2001 From: devlinjunker Date: Wed, 8 Jun 2022 23:55:37 -0700 Subject: [Vue Rewrite] Fix CI Jobs (#1816) * attempt to fix linting Signed-off-by: Devlin Junker * working linting/stylelint Signed-off-by: Devlin Junker * fix npm build Signed-off-by: Devlin Junker * working with node 16 and npm build Signed-off-by: Devlin Junker * fix linting Signed-off-by: Devlin Junker * add @babel/eslint-parser Signed-off-by: Devlin Junker * remove babel-eslint Signed-off-by: Devlin Junker * use node 16 in lint Signed-off-by: Devlin Junker * proper syntax Signed-off-by: Devlin Junker * fix syntax Signed-off-by: Devlin Junker * update version Signed-off-by: Devlin Junker * attempt to undo indentation changes Signed-off-by: Devlin Junker * revert indentation on css and update stylelint rule for now (for simpler PR) Signed-off-by: Devlin Junker * revert indentation changes in vue/js files and update eslint to pass this (for now) Signed-off-by: Devlin Junker * try to cleanup disabled rules Signed-off-by: Devlin Junker * remove last disabled rules in js files Signed-off-by: Devlin Junker * add basic changelog Signed-off-by: Devlin Junker * update calendar-js to 3.0 Signed-off-by: Devlin Junker * remove npm test with TODO (this will fail CI) and remove calendar-js dependency Signed-off-by: Devlin Junker --- css/explore.scss | 66 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'css/explore.scss') diff --git a/css/explore.scss b/css/explore.scss index dabd17239..0c1ca67e3 100644 --- a/css/explore.scss +++ b/css/explore.scss @@ -21,37 +21,37 @@ width: 100%; padding: 45px 0 45px 45px; - .grid-item { - width: 300px; - border: 2px solid var(--color-border); - border-radius: var(--border-radius-large); - margin: 0 24px 24px 0; - padding: 24px; - - .explore-title { - background-repeat: no-repeat; - background-position: 0 center; - background-size: 24px; - padding-left: 32px; - - a { - word-wrap: break-word; - - &:hover, - &:focus { - text-decoration: underline; - } - } - } - - .explore-logo { - text-align: center; - margin-top: 25px; - - img { - width: 100%; - } - } - - } + .grid-item { + width: 300px; + border: 2px solid var(--color-border); + border-radius: var(--border-radius-large); + margin: 0 24px 24px 0; + padding: 24px; + + .explore-title { + background-repeat: no-repeat; + background-position: 0 center; + background-size: 24px; + padding-left: 32px; + + a { + word-wrap: break-word; + + &:hover, + &:focus { + text-decoration: underline; + } + } + } + + .explore-logo { + text-align: center; + margin-top: 25px; + + img { + width: 100%; + } + } + + } } -- cgit v1.2.3