guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: hydra/goggles: Style form.


From: Ricardo Wurmus
Subject: 04/04: hydra/goggles: Style form.
Date: Fri, 8 May 2020 01:26:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 5c45251369dd075dfcb37ff16387551ea3fa386e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri May 8 07:25:58 2020 +0200

    hydra/goggles: Style form.
    
    * hydra/goggles.scm (css): Update.
---
 hydra/goggles.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/hydra/goggles.scm b/hydra/goggles.scm
index aae593a..d8c9bfe 100755
--- a/hydra/goggles.scm
+++ b/hydra/goggles.scm
@@ -162,6 +162,35 @@ h3 {
   margin-bottom: 0;
 }
 
+form {
+  width: 400px;
+  display: flex;
+}
+
+input {
+  width: 100%;
+  display: flex;
+  border-radius: .25em 0 0 .25em;
+  border: 1px solid #aaa;
+  border-right: 0;
+  padding: 0.5em;
+}
+
+button {
+  display: flex;
+  border-radius: 0 .25em .25em 0;
+  background-color: #007bff;
+  border: 1px solid #007bff;
+  padding: .5em;
+  cursor: pointer;
+  color: white;
+}
+
+button:hover {
+  background-color: #0069d9;
+  border-color: #0062cc;
+}
+
 a {
   color: #007bff;
   text-decoration: none;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]