primeiro commit
This commit is contained in:
29
internal/server/static/app.css
Normal file
29
internal/server/static/app.css
Normal file
@@ -0,0 +1,29 @@
|
||||
body {
|
||||
background:
|
||||
radial-gradient(circle at 10% 0%, rgba(32, 107, 196, 0.08), transparent 28rem),
|
||||
var(--tblr-bg-surface-secondary);
|
||||
}
|
||||
|
||||
.navbar-brand a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.record-values {
|
||||
display: grid;
|
||||
gap: 0.25rem;
|
||||
max-width: 52rem;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.record-values code {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.btn-list form {
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user