summaryrefslogtreecommitdiff
path: root/addons/google_calendar/static/src/scss/google_calendar.scss
blob: 54b5c82655f59fd681634c95370ad60d983da5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.o_google_sync_button {
    margin: auto;
    > img {
        margin-right: 10px;
    }
}
.o_google_sync.badge {
    border: none;
}

img.calendar_img_tuto {
    margin: 0 0 10px 50px;
    border: 2px solid $o-brand-secondary;
}