Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve error style
Alexis Sellier committed 4 years ago
commit 48ead9656f93d2de0ac5012d3a4546e261fee61e
parent 77266d5ff23bc71c550468c6de762d39d07b64ed
2 files changed +5 -0
modified public/index.css
@@ -34,6 +34,7 @@
	--color-caution-2: #524a34;
	--color-caution-6: #ffefcf;
	--color-negative: #ff5555;
+
	--color-negative-background: #ff555511;
	--color-negative-1: #38282f;
	--color-negative-2: #623237;
	--color-negative-6: #ffd4d4;
modified src/base/orgs/View.svelte
@@ -115,6 +115,10 @@
    height: 2rem;
    margin-right: 1rem;
  }
+
  .error {
+
    background-color: var(--color-negative-background);
+
    padding: 1rem;
+
  }
</style>

{#await Org.get(address, config)}