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

shortcuts.css « options « keepassxc-browser - github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40d852d1790e1fa45cc94ce37c92cdc5716fef5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
    padding-top: 20px;
}

.conf-container {
    margin: 0 auto;
    width: 680px;
    max-height: 315px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.conf-container .conf-title {
    margin: 10px 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.conf-title #icon {
    width: 3em;
}

.conf-container > hr {
    margin: 10px 0;
}

.conf-content { 
    margin: 10px 0 20px 40px;
}

#conf-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#conf-row div:first-child {
    width: 200px;
    margin: 10px;
}

#conf-row button {
    margin-left: 10px;
}

.alert {
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    margin: 20px auto;
    width: 680px;
}