aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/static/new/css/pills.css
blob: 57c84204714c71a218164e2a61680d1d1b08acbe (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
a.pill{
    border: 1px;
    color: #3071A9;
    text-decoration: none;
    border: 1px solid #3071A9;
    border-radius: 5px;
    padding: 0.3em;
    box-shadow: 3px 3px #DEDEDE;
    text-align: center;
}

a.pill:active {
    box-shadow: 1px 1px aquamarine;
    position: relative;
    left: 2px;
    top: 2px;
}

a.pill:hover {
    text-decoration: none;
}

a.pill:focus {
    text-decoration: none;
}