Change modal button style
This commit is contained in:
parent
dbe362e22b
commit
6421552673
1 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
p.gdpr {
|
p.gdpr {
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#gdprBanner {
|
div#gdprBanner {
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
background-color: #3f44466e;
|
background-color: #3f44466e;
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 6px;
|
padding: 3px 6px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -67,12 +67,15 @@
|
||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
.gdpr-button {
|
.gdpr-button {
|
||||||
|
color: #333;
|
||||||
|
background-color: #fff;
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
border-radius: 1px;
|
border-radius: 4px;
|
||||||
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href="//fonts.googleapis.com/css?family=Lato:300,400,600,700" rel="stylesheet" type="text/css" />
|
<link href="//fonts.googleapis.com/css?family=Lato:300,400,600,700" rel="stylesheet" type="text/css" />
|
||||||
|
|
Loading…
Reference in a new issue