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

profile_two_factor_auth.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b4b1fdcded825b947460a22c19f5f3bb9bf19c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
@media print {
  .codes-to-print {
    background-color: var(--white);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
}