summaryrefslogtreecommitdiffstats
path: root/dashboard/src/static/css/theme.css
blob: fb350e249ae5c6c6dc98079aa84562f8b90a1826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.blink_me {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    20% {
        opacity: 0.4;
    }
}

.modal p {
    word-wrap: break-word;
}

.create_drop {
    display: none;
    width: 100%;

}