scss dFactory对GDPR的Cookie通知
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss dFactory对GDPR的Cookie通知相关的知识,希望对你有一定的参考价值。
/*********************
COOKIE NOTICE FOR GDPR (DFACTORY)
*********************/
#cookie-notice {
font-size: $base-size;
.button {
display: inline-block;
position: relative;
font-family: $sans-serif;
text-decoration: none;
color: $black;
background: $white;
font-size: $base-size;
line-height: 1.5em;
font-weight: normal;
padding: 5px 10px;
margin: 2px 5px;
border-radius: 0;
border: 0;
cursor: pointer;
@include transition(background-color 0.14s ease-in-out);
// hovering on the btn
&:hover, &:focus {
background: darken($white, 10%);
color: $black;
text-decoration: none;
outline: none;
} // end hover
// clicking on the button
&:active {
top: 1px; // adds a tiny hop to the click
} // end active
}
}
以上是关于scss dFactory对GDPR的Cookie通知的主要内容,如果未能解决你的问题,请参考以下文章
html GDPR Cookie控件弹出窗口
如何使用 gatsby-plugin-gdpr-cookies 设置 Gatsby Cookie 同意横幅
我的网站的 GDPR 合规性验证
是否可以使用纯 CSS/HTML 而没有 JavaScript 来实现 GDPR Cookie 同意?不希望脚本阻止程序阻止它
Sentry.io:需要 Cookie 通知?
GDPR对ITSM的影响