css: fix 020_base.scss getting imported twice.
This import caused all in the rules in 020_base.scss to be included twice in the final stylesheet.
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
@import "../base/020_base.scss";
|
|
||||||
|
|
||||||
#c-maintenance-user-api-keys {
|
#c-maintenance-user-api-keys {
|
||||||
#api-key {
|
|
||||||
@extend code;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button_to {
|
.button_to {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td id="api-key"><%= @api_key.key %></td>
|
<td id="api-key"><code><%= @api_key.key %></code></td>
|
||||||
<td id="api-key-created"><%= compact_time @api_key.created_at %></td>
|
<td id="api-key-created"><%= compact_time @api_key.created_at %></td>
|
||||||
<td id="api-key-updated"><%= compact_time @api_key.updated_at %></td>
|
<td id="api-key-updated"><%= compact_time @api_key.updated_at %></td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user