Add inspect/details view
This commit is contained in:
@@ -42,3 +42,35 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.inspect-details {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1.618fr 2rem 1fr;
|
||||
|
||||
section {
|
||||
border-top: 1px solid $light-grey-2;
|
||||
padding: 1.5rem 1px;
|
||||
|
||||
&.content {
|
||||
// foo
|
||||
}
|
||||
|
||||
&.meta {
|
||||
grid-column-start: 3;
|
||||
dl {
|
||||
margin: 0;
|
||||
dt, dd {
|
||||
display: block;
|
||||
}
|
||||
dt {
|
||||
color: $dark-grey-3;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
dd {
|
||||
margin: 0 0 1.5rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ body {
|
||||
background-color: white;
|
||||
font-size: 16px;
|
||||
font-family: Open Sans, sans-serif;
|
||||
color: #222;
|
||||
color: $dark-grey-1;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user