cookies consent
This commit is contained in:
17
src/App.scss
17
src/App.scss
@@ -71,4 +71,19 @@ p {
|
||||
margin-left: 10px;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.cookies-container {
|
||||
max-width: 800px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
bottom: 24px;
|
||||
background-color: #262626;
|
||||
border-radius: 15px;
|
||||
z-index: 5;
|
||||
h5 {
|
||||
font-weight: 400;
|
||||
padding-left: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user