summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_close-button.scss
blob: 9285a145b94e9801fe05b1b306eabe24a42da3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.close-mail-button {
    $button-size: 27px;

    margin-right: 3px;
    float: left;
    background: $lighter_gray;
    color: $medium_light_grey;
    width: $button-size;
    height: $button-size;
    padding: 0;
    border-radius: 0;

    &:hover {
        color: darken($medium_light_grey, 10%);
    }

    i {
        padding: 0;
        margin: 0;
    }
}