public/css/styles.less in conjur-asset-ui-1.3.0 vs public/css/styles.less in conjur-asset-ui-1.3.1
- old
+ new
@@ -187,14 +187,10 @@
.user.role-link, .user.resource-link {
.asset-link-icon('/images/icon-person.svg');
background-position-y: -0.2em;
}
-.pubkeysUser .list-group-item {
- max-width: 300px;
-}
-
.group.role-link, .group.resource-link {
.role-link-padding;
.group-icon(1.2em);
}
@@ -456,6 +452,176 @@
padding-left: 10px;
}
.tab-pane {
padding-top: 5px;
+}
+
+/* ---------------------------------- */
+/* -Variables------------------------ */
+
+.b-breadcrumb {
+
+}
+
+.b-breadcrumbs {
+
+}
+
+.b-variable-activity {
+
+}
+
+.b-variable-updaters {
+
+}
+
+.b-variable-fetchers {
+
+}
+
+.b-variable-updates {
+
+}
+
+.b-variable-warnings {
+
+}
+
+.revealer {
+ cursor: pointer;
+}
+
+/* ---------------------------------- */
+/* -Pubkeys-------------------------- */
+
+.b-pubkeys {
+
+}
+
+.b-pubkeys__help {
+
+}
+
+.b-pubkeys__list {
+ padding-top: 10px;
+}
+
+.b-pubkeys__item {
+
+}
+
+.b-pubkeys__item--headline {
+ margin-bottom: 1px;
+ box-shadow: 0 2px 1px -2px gray;
+}
+
+.b-pubkey {
+ margin-right: 55px;
+ height: 20px;
+}
+
+.b-pubkey__logo {
+ display: inline-block;
+ width: 70px;
+}
+
+.b-pubkey__list {
+ display: inline-block;
+}
+
+.b-pubkey__name {
+
+}
+
+.b-pubkey__fingerprint {
+
+}
+
+.b-pubkey__info {
+
+}
+
+.b-pubkey__actions {
+ display: inline-block;
+}
+
+.b-chart-demo {
+ height: 300px;
+}
+
+/* ------------------------------------------------ */
+/* Chart */
+
+.b-chart {
+ height: 100%;
+}
+
+/* Line Chart */
+
+.d3-line-chart {
+ font: 10px sans-serif;
+}
+
+.d3-line-chart__inner {
+
+}
+
+/* Axises */
+
+.d3-axis {
+
+}
+
+.d3-axis__x line,
+.d3-axis__x path {
+ fill: none;
+ stroke: #000;
+ shape-rendering: crispEdges;
+}
+
+.d3-axis__y line,
+.d3-axis__y path {
+ fill: none;
+ stroke: #000;
+ shape-rendering: crispEdges;
+}
+
+/* Legend */
+
+.d3-legend {
+
+}
+
+.d3-legend__item {
+
+}
+
+/* Graph */
+
+.d3-graph {
+
+}
+
+.d3-graph__line {
+
+}
+
+.d3-graph__line path {
+ fill: none;
+ stroke: steelblue;
+ stroke-width: 1.5px;
+}
+
+.d3-graph__focus {
+
+}
+
+.d3-graph__focus circle {
+ fill: none;
+ stroke: steelblue;
+}
+
+.d3-graph__overlay {
+ fill: none;
+ pointer-events: all;
}