diff --git a/.gitignore b/.gitignore index 95d75b3..365de9e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ node_modules .env .sentryclirc .idea +.sentryclirc *.json \ No newline at end of file diff --git a/app/styles/custom.css b/app/styles/custom.css index 1c60fe1..0667f97 100644 --- a/app/styles/custom.css +++ b/app/styles/custom.css @@ -25,6 +25,35 @@ border: 1px solid rgba(255, 255, 255, 0.2); } +.btn.btn-theme.replicate-nav { + border-radius: 32px; + background: white; + color: black; + border: 1px solid #e5e5e5; + margin-right: 0.5em; +} + +.btn.btn-theme.replicate-nav.active { + background: black; + color: white; + border: 1px solid transparent; +} + +.btn.btn-theme.replicate-nav:hover { + background: #f3f3f3; +} + +.btn.btn-theme.btn-link { + background: none; + border: 0; + color: black; + padding: 0; +} + +.btn.btn-theme.btn-link:hover { + background-color: white; +} + .gooey-spinner { scroll-margin: 20px; display: inline-block; @@ -467,18 +496,6 @@ textarea:disabled { color: gray; } -.btn.btn-theme.btn-link { - background: none; - border: 0; - color: gray; - padding: 0; - font-size: smaller; -} - -.btn.btn-theme.btn-link:hover { - background-color: white; -} - .bg-light { padding: 15px 20px; background-color: #f2f2f2 !important;