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

admin.scss « sass - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b15ba68a8a2f8b869cb9bb7eedfee6c1ac7dcf74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#passwordSharingSettings{
  #mover{
    table{
      td{
        padding: 5px;
      }
    }
    input[type="text"]{
      width: 350px;
    }
    .account_mover_selector {
      width: 350px;
      .select2-choice {
        height: 34px;
      }
    }
  }
  #requests-table{
    width: 100%;
  }
}