summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/cookies_banner.css
blob: 1e04bd1dd480ccf483ea3feee395e5ce8270128d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
div#cookies-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    background-color: darkred;
    color: white;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;

    .button-group {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin: 1rem;
    }
}

img#baboon {
    height: 40vh;
}
Copyright 2019--2025 Marius PETER