|
@@ -31,6 +31,10 @@ div#main-view {
|
|
|
min-height: calc(100vh - #{$navbar-height});
|
|
|
}
|
|
|
|
|
|
+div#ci-view {
|
|
|
+ padding-bottom: 20rem;
|
|
|
+}
|
|
|
+
|
|
|
div#ci-menu {
|
|
|
background-color: hsl(0, 0%, 15%);
|
|
|
box-shadow: -3px 0 10px 2px black;
|
|
@@ -41,9 +45,15 @@ nav {
|
|
|
box-shadow: 0 -3px 10px 3px black;
|
|
|
}
|
|
|
|
|
|
+hr.content-divider {
|
|
|
+ background-color: hsl(0, 0%, 80%);
|
|
|
+ margin-top: 0.1rem;
|
|
|
+ height: 1px;
|
|
|
+}
|
|
|
+
|
|
|
div.artifact-item {
|
|
|
$artifact-item-radius: 2px;
|
|
|
- margin-bottom: 1.25rem;
|
|
|
+ margin-bottom: 0.75rem;
|
|
|
|
|
|
& > div.artifact-details {
|
|
|
@extend .columns, .is-mobile;
|
|
@@ -62,7 +72,7 @@ div.artifact-item {
|
|
|
|
|
|
& > div.artifact-info {
|
|
|
@extend .column;
|
|
|
- background-color: hsl(0, 0%, 90%);
|
|
|
+ background-color: hsl(0, 0%, 85%);
|
|
|
|
|
|
& > div.artifact-info-content {
|
|
|
@extend .columns, .is-mobile;
|
|
@@ -77,7 +87,7 @@ div.artifact-item {
|
|
|
|
|
|
&:hover {
|
|
|
& > div.artifact-info {
|
|
|
- background-color: hsl(0, 0%, 92%);
|
|
|
+ background-color: hsl(0, 0%, 88%);
|
|
|
}
|
|
|
|
|
|
& > div.artifact-id {
|
|
@@ -91,5 +101,10 @@ div.artifact-item {
|
|
|
background-color: hsl(0, 0%, 90%);
|
|
|
border-bottom-left-radius: $artifact-item-radius;
|
|
|
border-bottom-right-radius: $artifact-item-radius;
|
|
|
+ margin-bottom: 0 !important;
|
|
|
+
|
|
|
+ & > div > h2 {
|
|
|
+ @extend .is-size-4;
|
|
|
+ }
|
|
|
}
|
|
|
}
|