Change modal button style

This commit is contained in:
PCoder 2019-02-01 08:42:45 +01:00
parent dbe362e22b
commit 6421552673
1 changed files with 6 additions and 3 deletions

View File

@ -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" />