Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci_resource_header_skeleton_loader.vue « details « components « catalog « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83ea224d772d49c2982d3f7d4997c22720c42686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
export default {};
</script>

<template>
  <div class="gl-display-flex">
    <div class="gl-animate-skeleton-loader gl-h-11 gl-rounded-base gl-w-11"></div>
    <div class="gl-pl-4 gl--flex-center gl-flex-direction-column">
      <div class="gl-animate-skeleton-loader gl-h-4 gl-rounded-base gl-mb-3 gl-w-20"></div>
      <div class="gl-animate-skeleton-loader gl-h-4 gl-rounded-base gl-w-20"></div>
    </div>
  </div>
</template>