Project

General

Profile

1
:root {
2
    --primary-color: #222080;
3
    --secondary-color: #4686E5;
4
}
5

    
6
.aai-form-danger, .aai-form-danger:focus {
7
    color: #f0506e;
8
    border-color: #f0506e
9
}
10

    
11
h6, .aai-h6 {
12
    text-transform: initial !important;
13
    font-variant: small-caps;
14
}
15

    
16
.custom-footer {
17
    position: relative;
18
    bottom: 0;
19
    left: 0;
20
    right: 0;
21
}
22

    
23

    
24
#tm-main {
25
    min-height: 80vh;
26
}
27

    
28

    
29
.uk-navbar-nav > li > a::before {
30
    background-color: transparent !important;
31
}
32

    
33
.login svg {
34
    fill: var(--primary-color);
35
}
36

    
37
.login:hover circle {
38
    fill: var(--secondary-color);
39
}
40

    
41
.login text {
42
    stroke: #fff;
43
    fill: #fff;
44
    font-weight: 400;
45
}
46

    
47
a:hover, .uk-link:hover {
48
    color: #222080;
49
}
50

    
51
.uk-form-label {
52
    font-size: 16px;
53
    width: auto !important;
54
    margin-top: 0 !important;
55
    float: none !important;
56
}
57

    
58
.clickable {
59
    cursor: pointer;
60
}
(1-1/4)