Commit 6a8a3f25 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Merge remote-tracking branch 'origin/master' into add-ingress-to-cluster-applications

parents fa3af6de d9a1dc3d
...@@ -54,7 +54,10 @@ ...@@ -54,7 +54,10 @@
<tr <tr
class="file" class="file"
@click.prevent="clickedTreeRow(file)"> @click.prevent="clickedTreeRow(file)">
<td :colspan="submoduleColSpan"> <td
class="multi-file-table-col-name"
:colspan="submoduleColSpan"
>
<i <i
class="fa fa-fw file-icon" class="fa fa-fw file-icon"
:class="fileIcon" :class="fileIcon"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
class="loading-file" class="loading-file"
aria-label="Loading files" aria-label="Loading files"
> >
<td> <td class="multi-file-table-col-name">
<skeleton-loading-container <skeleton-loading-container
:small="true" :small="true"
/> />
......
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
</strong> </strong>
</th> </th>
<template v-else> <template v-else>
<th class="name"> <th class="name multi-file-table-col-name">
Name Name
</th> </th>
<th class="hidden-sm hidden-xs last-commit"> <th class="hidden-sm hidden-xs last-commit">
......
...@@ -23,16 +23,6 @@ ...@@ -23,16 +23,6 @@
@include webkit-prefix(animation-duration, 2s); @include webkit-prefix(animation-duration, 2s);
} }
&.spin-cw {
transform-origin: center;
animation: spin 4s linear infinite;
}
&.spin-ccw {
transform-origin: center;
animation: spin 4s linear infinite reverse;
}
&.flipOutX, &.flipOutX,
&.flipOutY, &.flipOutY,
&.bounceIn, &.bounceIn,
...@@ -281,9 +271,3 @@ a { ...@@ -281,9 +271,3 @@ a {
transform: translateX(468px); transform: translateX(468px);
} }
} }
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
...@@ -298,3 +298,7 @@ ...@@ -298,3 +298,7 @@
width: 100%; width: 100%;
} }
} }
.multi-file-table-col-name {
width: 350px;
}
This diff is collapsed.
---
title: Animate auto devops graphic
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment