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