Skip to content

Commit

Permalink
Cleanup styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 3, 2024
1 parent e183538 commit 7f20e05
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 372 deletions.
21 changes: 8 additions & 13 deletions app/javascript/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,31 @@
@import "~@fontsource/open-sans-condensed/300.css";
@import "~@fontsource/open-sans-condensed/700.css";
@import '~mapbox-gl/dist/mapbox-gl.css';

@import "bulma/css/versions/bulma-no-dark-mode.min";

$alert-red: #c6867f;
$bg-blue: #cbf3ff;
$bg-gray: #f2f3f5;
$bg-red: #ffe4e1;
$blue: rgb(3, 187, 242);
$highlight-blue: rgb(171, 217, 255);
$error-red: #b65b5b;
$highlight-orange: #ff9d15;
$control-gray: #f5f5f5;
$bg-blue: #cbf3ff;
$blue: #03BBF2;
$google-blue: #5385ed;
$header-gray: #c7c8ca;
$highlight-blue: #ABD9FF;
$bg-gray: #f2f3f5;
$border-gray: #e3e3e3;
$control-gray: #f5f5f5;
$dark-gray: #3a3a3a;
$header-gray: #c7c8ca;
$inactive-gray: #d9dbdc;
$text-gray: #6d6f71;
$title-gray: #515152;
$dark-gray: #3a3a3a;
$radius: 0.5rem;

@import "./bulma-overrides.css.scss";
@import "./content.css.scss";
@import "./eras.css.scss";
@import "./errors.css.scss";
@import "./feedback.css.scss";
@import "./layout.css.scss";
@import "./likes.css.scss";
@import "./map.css.scss";
@import "./mobile.css.scss";
Expand Down Expand Up @@ -85,7 +84,6 @@ a {
margin-bottom: 0.1rem !important;
}

// Misc
.context-dropdown .button {
background-color: transparent;
box-shadow: none;
Expand Down Expand Up @@ -180,12 +178,10 @@ a {
background-color: $highlight-orange !important;
}


.section {
padding-top: 0 !important;
}

// Static pages
.api-command {
margin: 0.5rem 0;
display: block;
Expand All @@ -209,7 +205,6 @@ a {
margin: 0 0 2rem 1rem;
}

// OAuth
.external-login-btn {
font-size: 1.3rem;
text-align: center;
Expand Down
Loading

0 comments on commit 7f20e05

Please sign in to comment.