privacy policy style
This commit is contained in:
parent
d4f3c119b2
commit
bca0e5563c
9 changed files with 117 additions and 50 deletions
|
@ -61,4 +61,22 @@
|
|||
border-color: #525668;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
background: white;
|
||||
padding: 1rem;
|
||||
border-radius: 8px;
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
.dropdown-item {
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: #525668;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue