aboutsummaryrefslogtreecommitdiff
path: root/app/css/style.css
blob: 9853773d0aaf6e7f6aa23500a08520c65136ed4f (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
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.dict_ui {
    background-color: #204186;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

.drag_region {
    height: 40px;
    -webkit-app-region: drag
}

.search_box {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
}

.search {
    background: transparent;
    font-size: 24px;
    border: none;
    color: #ffffff;
    outline: none;
    width: 100%;
}

.search::placeholder {
    color: #c9c9c9;
}