Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Inline .notice
Rūdolfs Ošiņš committed 3 years ago
commit 0200fad48264c85d860fc1252ba387031bdfa16e
parent 6baf4b78ce991c7be5846dde102280851f23313d
2 files changed +8 -9
modified public/index.css
@@ -432,15 +432,6 @@ span.small, .text-xsmall {
	color: var(--color-foreground-faded);
}

-
.notice {
-
	font-size: 0.875rem;
-
	border-radius: var(--border-radius);
-
	color: var(--color-yellow);
-
	background-color: var(--color-yellow-background);
-
	padding: 1rem;
-
	margin-bottom: 1rem;
-
}
-

button.error:hover {
	color: var(--color-background);
	background-color: var(--color-negative);
modified src/base/orgs/Create.svelte
@@ -110,6 +110,14 @@
    margin: 0.5rem 0 0 0;
    width: 100%;
  }
+
  .notice {
+
    font-size: 0.875rem;
+
    border-radius: var(--border-radius);
+
    color: var(--color-yellow);
+
    background-color: var(--color-yellow-background);
+
    padding: 1rem;
+
    margin-bottom: 1rem;
+
  }
</style>

{#if error}