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

spinner_component.html.haml « pajamas « components « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aab9c5fdbf717f5c9a3b12c1311eb7ead563a5f7 (plain)
1
2
3
4
5
.gl-spinner-container{ class: @class }
  - if @inline
    %span{ class: spinner_class, aria: {label: @label} }
  - else
    %div{ class: spinner_class, aria: {label: @label} }