summaryrefslogtreecommitdiff
path: root/addons/web_unsplash/static/src/scss/unsplash.scss
blob: 9e0267c214d640e7019bbffb4fbdd686a060d4ae (plain)
1
2
3
4
5
6
7
8
9
10
11
.unsplash_error {
    padding: 30px 0;
    .access_key_box {
        padding: 9px;
        background-color: #fcfcfc;
        border: 1px solid #ededee;
        input {
            min-width: 300px;
        }
    }
}