aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Button.css
blob: 7394583bcce9f92490f62c2c4d87e48537489e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.Button {
    background: #fff;
    border: 1px solid #eee;
    color: #888;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 4px 10px;
}
.Button:hover {
    background: #f8f8f8;
    border-bottom: 1px solid #ff339a;
}